rgb_lcd: update example to support double buffer and bounce buffer

This commit is contained in:
morris
2022-07-06 16:31:31 +08:00
parent a33a183365
commit 28c512b34c
8 changed files with 191 additions and 47 deletions

View File

@@ -1,3 +1,8 @@
CONFIG_SPIRAM=y
CONFIG_SPIRAM_MODE_OCT=y
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