Go to file
DanKoloff 7f42b69562 Update
new ts datasheet
2023-04-11 15:27:07 +03:00
HARDWARE Update 2023-04-11 15:27:07 +03:00
SOFTWARE Update 2023-04-11 15:18:13 +03:00
LICENSE Initial commit 2018-06-19 14:34:34 +03:00
README.md Update README.md 2021-02-12 11:29:48 +02: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

If you are using I2C, then the RX wire can also be used to control the brightness. This requires midfying the SJ2 jumper. Refer to the schematic around FET1.