w80x LVGL优化

发布于 2024-07-20 08:28:05

我想在lvgl上跑更多的内容,编译时ISRAM显示不足,我加装了psram后,#define USE_PSRAM 置1后,请问应该如何修改lvgl使其在利用psram的资源运行?

查看更多

关注者
0
被浏览
865
1 个回答
AnatolSher
AnatolSher 认证专家 2024-07-22
Lover of the ocean, yachts and Arduino

You don't need to do anything. Examine the code in the lv_port_disp.c file. When the USE_PSRAM parameter is enabled, memory for buffering is initialized in the lv_port_disp_init() function. You can play with the buffer size there

撰写答案

请登录后再发布答案,点击登录

发布
问题

分享
好友

手机
浏览

扫码手机浏览