add tft
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user