Im hoping someone else has tried this board and got it to work.
https://www.ebay.co.uk/itm/285173803237 ... p_homepage
I have loaded ESPEasy and the ILI9488 plugin.
The display works fine and so does the SD card but not at the same time.(They are both on the SPI interface but on different GPIO pin sets.)
If I configure ESPEasy Hardware for the TFT it works and if I configure ESPEasy Hardware for the SD card but obviously not at the same time.
ILI9488 TFT Display
Reset - IO27
Chip Select - IO32
Reg Select or D/C - IO33
MOSI - IO26
SCK - IO25
Backlight - IO23
SD Card
Chip Select - IO22
MOSI - IO19
MISO - IO18
SCK - IO17
Card Detect - IO5
I thought that SPI was a bus and that CS selected the device being addressed by the ESP32 so why have two SPI pin sets?
Am I missing something or do I need to get the soldering iron out and rewire both the SD card and the display chip onto the same MISO/MOSI ?
Seller seems reluctant to offer support except by pointing me to their git page.
The schematic on there confirms that hardware is connected as per the above table.
https://github.com/RowlandTechnology/CapTouchDisplay
No luck with the touch screen (I2C) either but im not really concerned abut that at the moment
