LvglSync removed (#591)

Replaced all usages with lvgl-module functions.
This commit is contained in:
Ken Van Hoeylandt
2026-07-26 23:56:07 +02:00
committed by GitHub
parent 03a6285328
commit 3354924359
35 changed files with 262 additions and 390 deletions
+3
View File
@@ -4,6 +4,9 @@
#include <stdint.h>
#include <stdbool.h>
// Official LVGL library header
#include <lvgl.h>
#ifdef __cplusplus
extern "C" {
#endif