feat(rgb_lcd): adapt to LVGL v9

This commit mainly refactor the RGB_LCD example to use the latest LVGL
V9 library.
This commit is contained in:
morris
2024-09-12 10:54:23 +08:00
parent 00991f1bf5
commit 6e8a958754
7 changed files with 120 additions and 126 deletions

View File

@@ -4,5 +4,4 @@ CONFIG_SPIRAM_SPEED_80M=y
# Enabling the following configurations can help increase the PCLK frequency in the case when
# the Frame Buffer is allocated from the PSRAM and fetched by EDMA
CONFIG_SPIRAM_FETCH_INSTRUCTIONS=y
CONFIG_SPIRAM_RODATA=y
CONFIG_SPIRAM_XIP_FROM_PSRAM=y