I am using E2 Studio version 5.4 and attempting to recreate an LVGL project with FreeRTOS using only the source code, without including any demos, examples, or additional components. The project is set up as a clean project.
A. Despite these indications, nothing is displayed on the screen. Could you please assist in identifying the issue?
B. I have been working with lv_ /lv_port_renesas_ek-ra8d1 and can confirm that it works perfectly with E2 Studio 5.3. However, I have noticed that the CPU usage is relatively high, ranging from 50 to 60% when running lv_example_get_started_1. For my final project, I need to use multiple threads and therefore need to optimize the CPU usage. Any advice or suggestions to help optimize CPU usage would be greatly appreciated.
https://github.com/codeph112/lvgl-test-project