However in Kconfig.projbuild the defaults for the ESP32-S3 are defined as follows:
pin
usage
SPI MISO
13
SPI MOSI
10
SPI CLK
11
TFT CS
3
TFT RESET
46
TFT DC
9
TFT Backlight
12
SPI MOSI and SPI CLK don't match in the tables and there is no mention of TFT_RESET in the documentation.
When tyring out esp_lcd_ili9488, I built a circuit and connected everything up as described in the documentation and it didn't work. It took a while to figure out what was going wrong. Maybe it would be a good idea to fix the documentation so that it matched what's in Kconfig.projbuild.
SPI MOSI
andSPI CLK
don't match in the tables and there is no mention ofTFT_RESET
in the documentation.When tyring out esp_lcd_ili9488, I built a circuit and connected everything up as described in the documentation and it didn't work. It took a while to figure out what was going wrong. Maybe it would be a good idea to fix the documentation so that it matched what's in Kconfig.projbuild.