8000 Update LVGL · phires/lv_binding_micropython@e7ae68a · GitHub
[go: up one dir, main page]

Skip to content

Commit e7ae68a

Browse files
committed
Update LVGL
1 parent 6e0cc0f commit e7ae68a

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

lv_conf.h

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -223,16 +223,16 @@
223223
* Others
224224
*-----------*/
225225

226-
/*1: Show CPU usage and FPS count in the right bottom corner*/
226+
/*1: Show CPU usage and FPS count*/
227227
#define LV_USE_PERF_MONITOR 0
228228
#if LV_USE_PERF_MONITOR
229229
#define LV_USE_PERF_MONITOR_POS LV_ALIGN_BOTTOM_RIGHT
230230
#endif
231231

232-
/*1: Show the used memory and the memory fragmentation in the left bottom corner
232+
/*1: Show the used memory and the memory fragmentation
233233
* Requires LV_MEM_CUSTOM = 0*/
234234
#define LV_USE_MEM_MONITOR 0
235-
#if LV_USE_PERF_MONITOR
235+
#if LV_USE_MEM_MONITOR
236236
#define LV_USE_MEM_MONITOR_POS LV_ALIGN_BOTTOM_LEFT
237237
#endif
238238

@@ -490,6 +490,8 @@
490490

491491
#define LV_USE_LIST 1
492492

493+
#define LV_USE_MENU 1
494+
493495
#define LV_USE_METER 1
494496

495497
#define LV_USE_MSGBOX 1

lvgl

Submodule lvgl updated 178 files

0 commit comments

Comments
 (0)
0