mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-23 01:05:14 +00:00
feat(lcd): add parlio lcd example
This commit is contained in:

committed by
Chen Ji Chang

parent
e890b4bd7e
commit
3c6a94cd3f
@@ -0,0 +1,12 @@
|
||||
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
|
Reference in New Issue
Block a user