summaryrefslogtreecommitdiff
path: root/lib/lvgl
diff options
context:
space:
mode:
authorjacqueline <me@jacqueline.id.au>2023-09-25 22:37:46 +1000
committerjacqueline <me@jacqueline.id.au>2023-09-25 22:37:46 +1000
commita2eb0e8961d3f20e75134e60706978d6ddb03248 (patch)
tree9f6236a1dce7f620c4556d30d5e7eb16841c4a81 /lib/lvgl
parent5a20b0bc1a0583352d9e87a3bb39f55a92735986 (diff)
downloadtangara-fw-a2eb0e8961d3f20e75134e60706978d6ddb03248.tar.gz
Fix incorrect default theme
Diffstat (limited to 'lib/lvgl')
-rw-r--r--lib/lvgl/lv_conf.h2
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*/