From 13bac76e04cf1a57fedcdb9be46341ae093ca76e Mon Sep 17 00:00:00 2001 From: Markus Kalkbrenner Date: Fri, 7 Feb 2025 18:49:30 +0100 Subject: [PATCH] reduced color depth of ZeDMD HD using the old original ESP32 --- platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index 780339c..66e370d 100644 --- a/platformio.ini +++ b/platformio.ini @@ -53,7 +53,7 @@ build_flags = -DNO_GFX=1 -DZEDMD_HD=1 -DDISPLAY_LED_MATRIX=1 - -DPIXEL_COLOR_DEPTH_BITS=7 + -DPIXEL_COLOR_DEPTH_BITS=5 -DNO_FAST_FUNCTIONS=1 -DMINIZ_NO_STDIO=1 -DMINIZ_NO_TIME=1