diff options
| author | jacqueline <me@jacqueline.id.au> | 2023-09-25 22:37:46 +1000 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2023-09-25 22:37:46 +1000 |
| commit | a2eb0e8961d3f20e75134e60706978d6ddb03248 (patch) | |
| tree | 9f6236a1dce7f620c4556d30d5e7eb16841c4a81 /lib | |
| parent | 5a20b0bc1a0583352d9e87a3bb39f55a92735986 (diff) | |
| download | tangara-fw-a2eb0e8961d3f20e75134e60706978d6ddb03248.tar.gz | |
Fix incorrect default theme
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/lvgl/lv_conf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lvgl/lv_conf.h b/lib/lvgl/lv_conf.h index b9370a97..06f19f40 100644 --- a/lib/lvgl/lv_conf.h +++ b/lib/lvgl/lv_conf.h @@ -561,7 +561,7 @@ *----------*/ /*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*/ |
