refactor: rename LV_THEME_BASIC to LV_THEME_SIMPLE
This commit is contained in:
@@ -331,8 +331,8 @@ void lv_deinit(void)
|
||||
lv_theme_default_deinit();
|
||||
#endif
|
||||
|
||||
#if LV_USE_THEME_BASIC
|
||||
lv_theme_basic_deinit();
|
||||
#if LV_USE_THEME_SIMPLE
|
||||
lv_theme_simple_deinit();
|
||||
#endif
|
||||
|
||||
#if LV_USE_THEME_MONO
|
||||
|
||||
Reference in New Issue
Block a user