C++ refactoring (#91)

This commit is contained in:
Ken Van Hoeylandt
2024-11-26 17:51:05 +01:00
committed by GitHub
parent d06137ba76
commit ca5d4b8226
159 changed files with 904 additions and 1086 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
#include "Log.h"
#include "Thread.h"
#include "Ui/LvglSync.h"
#include "ui/LvglSync.h"
#include "config.h"
#include "display.h"
#include "esp_lvgl_port.h"
@@ -59,7 +59,7 @@ bool tdeck_init_lvgl() {
}
// Set syncing functions
tt::lvgl::sync_set(&lvgl_port_lock, &lvgl_port_unlock);
tt::lvgl::syncSet(&lvgl_port_lock, &lvgl_port_unlock);
keyboard_alloc(display);