Minor fix

This commit is contained in:
dracir9 2023-01-23 20:58:52 +01:00
parent 01f217fba1
commit e5143252c2
1 changed files with 2 additions and 2 deletions

View File

@ -153,7 +153,7 @@ menu "TFT_eSPI"
config TFT_PARALLEL_8_BIT config TFT_PARALLEL_8_BIT
bool "Enable 8-bit parallel mode (otherwise SPI is assumed)" bool "Enable 8-bit parallel mode (otherwise SPI is assumed)"
default "n" default "n"
depends on IDF_TARGET_ESP32 depends on IDF_TARGET_ESP32 || IDF_TARGET_ESP32S3
help help
Use 8-bit parallel bus to send data to the LCD. If not set SPI will be used. Use 8-bit parallel bus to send data to the LCD. If not set SPI will be used.
@ -215,7 +215,7 @@ menu "TFT_eSPI"
choice TFT_SPI_PORT choice TFT_SPI_PORT
prompt "SPI port" prompt "SPI port"
default TFT_SPI_2_HOST default TFT_VSPI_PORT
help help
The ESP32 has 2 free SPI ports i.e. VSPI (SPI2) and HSPI (SPI3), The ESP32 has 2 free SPI ports i.e. VSPI (SPI2) and HSPI (SPI3),
the VSPI is the default. If the VSPI port is in use and pins are the VSPI is the default. If the VSPI port is in use and pins are