make lvgl test demo

This commit is contained in:
Elias Ahokas
2025-10-15 21:25:48 +03:00
parent 022b5eb412
commit 1b02b91442
2 changed files with 75 additions and 1 deletions

View File

@@ -28,6 +28,7 @@
/** Color depth: 1 (I1), 8 (L8), 16 (RGB565), 24 (RGB888), 32 (XRGB8888) */
#define LV_COLOR_DEPTH 1
#define LV_COLOR_1_BYTE 1
/*=========================
STDLIB WRAPPER SETTINGS