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
+3 -2
View File
@@ -6,8 +6,9 @@
extern "C" {
#endif
bool lvgl_is_ready();
void lvgl_interrupt();
void lvgl_task_start();
bool lvgl_task_is_running();
void lvgl_task_interrupt();
#ifdef __cplusplus
}