From be6df89331ebb2578961c772dbfcac6ca7570ed6 Mon Sep 17 00:00:00 2001 From: Thomas Farstrike Date: Wed, 23 Apr 2025 12:07:40 +0200 Subject: [PATCH] 16 bit color works --- building/lv_conf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/building/lv_conf.h b/building/lv_conf.h index 27488824..35681040 100644 --- a/building/lv_conf.h +++ b/building/lv_conf.h @@ -26,7 +26,7 @@ #define MICROPY_CACHE_SIZE 200 * 1024 // 24 images of 64x64 pixels (8KB) #endif #ifndef MICROPY_COLOR_DEPTH - #define MICROPY_COLOR_DEPTH 32 // TODO: try 16 for performance + #define MICROPY_COLOR_DEPTH 16 #endif #ifndef MICROPY_FLOAT #define MICROPY_FLOAT 0