Go to file
DanKoloff 1822f0cd98
Merge pull request #4 from RossRogers/master
Add UEXT pinout defines for ESP32-PoE
2020-11-05 10:21:17 +02:00
HARDWARE update 2018-06-19 16:41:48 +03:00
SOFTWARE Add UEXT pinout defines for ESP32-PoE 2020-11-04 08:32:28 -08:00
LICENSE Initial commit 2018-06-19 14:34:34 +03:00
README.md Add UEXT pinout defines for ESP32-PoE 2020-11-04 08:32:28 -08:00

MOD-LCD2.8RTP

TFT COLOR LCD module with UEXT connector for ESP32-EVB and ESP32-POE

Using MOD-LCD2.8RTP requires non-standard SPI for the display and I2C for the touch screen

The non-standard part of the SPI is the lack of MISO which is Data/Command selection pin (refer to controller's datasheet) which has to be set as output.

UEXT pinout:

UEXT column 1 UEXT column 2 Function
1 - 3.3V 2 - GND Power pins
3 - NOT USED 4 - NOT USED UART pins not used
5 - SCL 6 - SDA I2C pins used for touch component
7 - D/C 8 - MOSI SPI pins sans MISO used for display
9 - CLK 10 - CS SPI CLK/CS for display