Improve checkbox visibility (#1266)
This commit is contained in:
parent
78fc1682da
commit
ef6ed5d26e
3 changed files with 3 additions and 3 deletions
|
|
@ -161,7 +161,7 @@ typedef void* lv_anim_user_data_t;
|
|||
#define LV_USE_OUTLINE 0
|
||||
|
||||
/*1: enable pattern drawing on rectangles*/
|
||||
#define LV_USE_PATTERN 0
|
||||
#define LV_USE_PATTERN 1
|
||||
|
||||
/*1: enable value string drawing on rectangles*/
|
||||
#define LV_USE_VALUE_STR 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue