starting with search_screen

- optimized partitions
This commit is contained in:
2023-08-11 22:58:38 +02:00
parent ee54b0ed0b
commit 4cfaa910d1
16 changed files with 397 additions and 21 deletions

View File

@@ -286,7 +286,7 @@
/*1: Show the used memory and the memory fragmentation
* Requires LV_MEM_CUSTOM = 0*/
#define LV_USE_MEM_MONITOR 0
#define LV_USE_MEM_MONITOR 1
#if LV_USE_MEM_MONITOR
#define LV_USE_MEM_MONITOR_POS LV_ALIGN_BOTTOM_LEFT
#endif
@@ -703,7 +703,7 @@
#define LV_USE_IMGFONT 0
/*1: Enable a published subscriber based messaging system */
#define LV_USE_MSG 0
#define LV_USE_MSG 1
/*1: Enable Pinyin input method*/
/*Requires: lv_keyboard*/