esp-idf/components/esp_lcd/test_apps/rgb_lcd/sdkconfig.defaults.esp32s3

8 lines
235 B
Plaintext
Raw Normal View History

CONFIG_SPIRAM=y
2021-09-23 00:06:13 -04:00
CONFIG_SPIRAM_MODE_OCT=y
CONFIG_SPIRAM_SPEED_80M=y
# Enable the XIP-PSRAM feature, so the ext-mem cache won't be disabled when SPI1 is operating the main flash
CONFIG_SPIRAM_FETCH_INSTRUCTIONS=y
CONFIG_SPIRAM_RODATA=y