Closed projectitis closed 10 months ago
Resolved.
The solution (in my case) was that some of the settings in sdkconfig
had been changed. I replaced sdkconfig
with the one in the repo.
Note: If using a newer version of ESP-IDF it does not include the LVGL demos by default, and you'll get an error about lv_demo_benchmark
not being found during linking. To fix it, edit the sdkconfig and set CONFIG_LV_USE_DEMO_BENCHMARK=y
. I had this problem using ESP-IDF v5.1.2
My project now builds and runs on the device, but the screen is all messed up. This is now a different problem though, so I will close this issue.
Hi there,
I am compiling this project with ESP IDF plugin for VSCode. The project compiles and flashes ok, but then fails execution with the following output. The error is "no mem for frame buffer".
I am using the correct hardware (ZX2D10GE01R-V4848). What am I doing wrong?