From a2eb0e8961d3f20e75134e60706978d6ddb03248 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Mon, 25 Sep 2023 22:37:46 +1000 Subject: [PATCH] Fix incorrect default theme --- lib/lvgl/lv_conf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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*/