darkmode fix

This commit is contained in:
2026-08-02 14:19:27 +02:00
parent 34ede1f09a
commit c450a186bb
2 changed files with 9 additions and 9 deletions
+4 -4
View File
@@ -867,10 +867,10 @@
/* Documentation for themes can be found here: https://docs.lvgl.io/master/common-widget-features/styles/styles.html#themes . */
/** A simple, impressive and very complete theme */
#define LV_USE_THEME_DEFAULT 1
#define LV_USE_THEME_DEFAULT 0
#if LV_USE_THEME_DEFAULT
/** 0: Light mode; 1: Dark mode */
#define LV_THEME_DEFAULT_DARK 0
#define LV_THEME_DEFAULT_DARK 1
/** 1: Enable grow on press */
#define LV_THEME_DEFAULT_GROW 1
@@ -880,10 +880,10 @@
#endif /*LV_USE_THEME_DEFAULT*/
/** A very simple theme that is a good starting point for a custom theme */
#define LV_USE_THEME_SIMPLE 1
#define LV_USE_THEME_SIMPLE 0
/** A theme designed for monochrome displays */
#define LV_USE_THEME_MONO 1
#define LV_USE_THEME_MONO 0
/*==================
* LAYOUTS