refact(user_data): remove LV_USE_USER_DATA configuration (#4056)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com> Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
This commit is contained in:
@@ -13,7 +13,6 @@
|
||||
#define LV_USE_ASSERT_MEM_INTEGRITY 1
|
||||
#define LV_USE_ASSERT_OBJ 1
|
||||
#define LV_USE_ASSERT_STYLE 1
|
||||
#define LV_USE_USER_DATA 1
|
||||
#define LV_USE_LARGE_COORD 1
|
||||
|
||||
#define LV_FONT_MONTSERRAT_8 1
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
#define LV_USE_ASSERT_MEM_INTEGRITY 0
|
||||
#define LV_USE_ASSERT_OBJ 0
|
||||
#define LV_USE_ASSERT_STYLE 0
|
||||
#define LV_USE_USER_DATA 0
|
||||
|
||||
#define LV_USE_BIDI 0
|
||||
#define LV_USE_ARABIC_PERSIAN_CHARS 0
|
||||
|
||||
Reference in New Issue
Block a user