-
-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dram reduction possibility #9
Comments
try reducing the lvgl buffer size, this will affect performance esp32-c3-mini/include/lv_conf.h Line 53 in b5a1ec7
try |
Thank you, I was able to successfully compile and upload the build now. Had to reduce till The build starts fine and I can see the screen with heading 'ESP32 C3 Mini' and 4 icons. However, it just freezes there. Enabled logging for LVGL and found that it is getting out of memory error. Last few logs:
Any idea which buffer reduction would have caused this or how to proceed? Or taking a step back, if running with such constrained resources is even possible? Again, thank you for the project and your help. |
You might want to check the latest push, the board config below disables custom watchface support and lowers mem size Line 167 in dfc427e
|
I am able to use the project fine on the screen now - but as you pointed out, performance is not the best. |
Hi Fbiego,
Great work - you have taken ESP32 development to next level. Thank you for making your work open source.
I was trying to make the project work for ESP32 Wroom display module. The compilation goes fine, but I get an error that the dram segment is overflowing by 49600 bytes.
I have tried to reduce the buffer size in a few places, but haven't been able to get any substantial reduction. Any direction to resolve this that you would be able to give will be appreciated.
The text was updated successfully, but these errors were encountered: