change(lcd): simplify the i80 lcd example

removed the lcd touch panel initialization code.

For those touch panel driver usage, please check the esp_bsp repo.
This commit is contained in:
morris
2024-07-24 18:52:02 +08:00
parent 23c41fc772
commit 565235d7af
8 changed files with 43 additions and 218 deletions

View File

@@ -3,5 +3,4 @@ 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_FETCH_INSTRUCTIONS=y
CONFIG_SPIRAM_RODATA=y
CONFIG_SPIRAM_XIP_FROM_PSRAM=y