parent
60656d20ef
commit
9fc71ca2ba
1 changed files with 3 additions and 3 deletions
|
|
@ -481,7 +481,7 @@ e.g. "stm32f769xx.h" or "stm32f429xx.h"*/
|
|||
* Themes
|
||||
*----------*/
|
||||
/*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*/
|
||||
|
|
@ -495,10 +495,10 @@ e.g. "stm32f769xx.h" or "stm32f429xx.h"*/
|
|||
#endif /*LV_USE_THEME_DEFAULT*/
|
||||
|
||||
/*An very simple them that is a good starting point for a custom theme*/
|
||||
#define LV_USE_THEME_BASIC 1
|
||||
#define LV_USE_THEME_BASIC 0
|
||||
|
||||
/*A theme designed for monochrome displays*/
|
||||
#define LV_USE_THEME_MONO 1
|
||||
#define LV_USE_THEME_MONO 0
|
||||
|
||||
/*-----------
|
||||
* Layouts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue