Files
esp-idf/examples/peripherals/lcd/i80_controller/sdkconfig.defaults.esp32s3
T

7 lines
235 B
Plaintext
Raw Normal View History

CONFIG_SPIRAM=y
CONFIG_SPIRAM_SPEED_80M=y
2023-04-03 14:08:59 +08:00
# 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
2024-07-24 18:52:02 +08:00
CONFIG_SPIRAM_XIP_FROM_PSRAM=y