refactor: rename LV_THEME_BASIC to LV_THEME_SIMPLE

This commit is contained in:
Gabor Kiss-Vamosi
2023-12-15 09:12:54 +01:00
parent b773abbb08
commit 3fa47263c8
10 changed files with 53 additions and 31 deletions

View File

@@ -514,7 +514,7 @@
#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