feat(lcd): add parlio lcd example

This commit is contained in:
Chen Jichang
2024-11-28 11:53:02 +08:00
committed by Chen Ji Chang
parent e890b4bd7e
commit 3c6a94cd3f
14 changed files with 1001 additions and 0 deletions

View File

@@ -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