Various improvements (#21)
* T-Deck stability and naming improvements * allow main task to clean itself up * remove unused includes * various lvgl improvements * added docs
This commit is contained in:
committed by
GitHub
parent
a2f0399c9f
commit
7a7b31e426
@@ -1,10 +1,10 @@
|
||||
#include "lilygo_tdeck.h"
|
||||
#include <stdbool.h>
|
||||
|
||||
bool lilygo_tdeck_bootstrap();
|
||||
bool lilygo_init_lvgl();
|
||||
bool tdeck_bootstrap();
|
||||
bool tdeck_init_lvgl();
|
||||
|
||||
const HardwareConfig lilygo_tdeck = {
|
||||
.bootstrap = &lilygo_tdeck_bootstrap,
|
||||
.init_lvgl = &lilygo_init_lvgl
|
||||
.bootstrap = &tdeck_bootstrap,
|
||||
.init_lvgl = &tdeck_init_lvgl
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user