Files
esp-idf/examples/peripherals/lcd/parlio_simulate/sdkconfig.defaults.esp32c5
2024-12-04 14:50:16 +08:00

13 lines
418 B
Plaintext

CONFIG_SPIRAM=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_XIP_FROM_PSRAM=y
CONFIG_EXAMPLE_PIN_NUM_BK_LIGHT=1
CONFIG_EXAMPLE_PIN_NUM_RST=7
CONFIG_EXAMPLE_PIN_NUM_PCLK=25
CONFIG_EXAMPLE_PIN_NUM_CS=27
CONFIG_EXAMPLE_PIN_NUM_DC=6
CONFIG_EXAMPLE_PIN_NUM_DATA0=26