This commit is contained in:
2026-07-19 16:05:07 -05:00
parent 0d761b048f
commit 59d038efc2
9 changed files with 318 additions and 18 deletions
+2
View File
@@ -5,6 +5,7 @@
#include "blk_box_drivers/leds.hpp"
#include "blk_box_drivers/char_lcd.hpp"
#include "blk_box_drivers/ssegs.hpp"
#include "blk_box_drivers/tft.hpp"
void init_blk_box(BlkBoxInitConfig cfg) {
init_main_i2c();
@@ -12,4 +13,5 @@ void init_blk_box(BlkBoxInitConfig cfg) {
init_leds();
init_lcd();
init_ssegs();
init_tft();
}