From 84bec9040760c598185caf51d099a5a42fc18ad8 Mon Sep 17 00:00:00 2001 From: Marc PASTEUR Date: Mon, 15 Dec 2025 11:16:00 +0100 Subject: [PATCH] =?UTF-8?q?degrad=C3=A9=20et=20nb=20couleurs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/domotic_display/test_host/sdkconfig.defaults | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/domotic_display/test_host/sdkconfig.defaults b/components/domotic_display/test_host/sdkconfig.defaults index b9fa686..0469039 100644 --- a/components/domotic_display/test_host/sdkconfig.defaults +++ b/components/domotic_display/test_host/sdkconfig.defaults @@ -9,3 +9,6 @@ CONFIG_LV_FONT_MONTSERRAT_40=y CONFIG_LV_USE_SDL=y CONFIG_LV_BUILD_EXAMPLES=n CONFIG_LV_BUILD_DEMOS=n +CONFIG_LV_USE_DRAW_SW_COMPLEX_GRADIENTS=y +CONFIG_LV_COLOR_DEPTH_32=y +CONFIG_LV_COLOR_DEPTH=32