fix(i1): fix compiler and runtime issues with I1 rendering (#6714)

Co-authored-by: Liam <30486941+liamHowatt@users.noreply.github.com>
This commit is contained in:
Gabor Kiss-Vamosi
2024-08-26 12:30:40 +02:00
committed by GitHub
parent 6b8d420170
commit 3147fc2f52
6 changed files with 57 additions and 10 deletions

View File

@@ -26,7 +26,7 @@
COLOR SETTINGS
*====================*/
/*Color depth: 8 (A8), 16 (RGB565), 24 (RGB888), 32 (XRGB8888)*/
/*Color depth: 1 (I1), 8 (L8), 16 (RGB565), 24 (RGB888), 32 (XRGB8888)*/
#define LV_COLOR_DEPTH 16
/*=========================