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:
Ken Van Hoeylandt
2024-01-27 23:13:17 +01:00
committed by GitHub
parent a2f0399c9f
commit 7a7b31e426
17 changed files with 146 additions and 138 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
extern "C" {
#endif
void lvgl_hal_init();
lv_disp_t* lvgl_hal_init();
#ifdef __cplusplus
}