From a93c04903d774ce4609ec0666fc0a7f2191b70aa Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Fri, 15 Dec 2023 16:13:02 +0100 Subject: [PATCH] update lv_conf.h --- lv_conf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lv_conf.h b/lv_conf.h index 025bcbbb5..c6065eff7 100644 --- a/lv_conf.h +++ b/lv_conf.h @@ -543,7 +543,7 @@ extern void mp_lv_init_gc(); #endif /*LV_USE_THEME_DEFAULT*/ /*A very simple theme that is a good starting point for a custom theme*/ -#define LV_USE_THEME_BASIC 1 +#define LV_USE_THEME_SIMPLE 1 /*A theme designed for monochrome displays*/ #define LV_USE_THEME_MONO 1