chore(demos/README.md): fix typo LV_MEME_SIZE (#6669)

This commit is contained in:
Makoto Schoppert
2024-08-13 05:06:09 -04:00
committed by GitHub
parent 51649d5e82
commit 2d2a18b346

View File

@@ -122,7 +122,7 @@ See in [widgets](https://github.com/lvgl/lvgl/tree/master/demos/widgets) folder.
For running this demo properly, please make sure **LV_MEM_SIZE** is at least **38KB** (and **48KB** is recommended):
```c
#define LV_MEME_SIZE (38ul * 1024ul)
#define LV_MEM_SIZE (38ul * 1024ul)
```