Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 575 Bytes

display-diy.md

File metadata and controls

26 lines (18 loc) · 575 Bytes

Building the display

Hardware Required

  • ESP32 (example uses a DOIT DevKit V1)
  • ESPhome compatible 240x320 TFT Screen (example uses an Adafruit ILI1934 2.8" TFT Touchscreen)

Wiring

Wiring Diagram

ESP32 ILI1934 Description
VCC VCC +3.3V Supply
GND GND Ground
D27 CS TFT SPI Cable Select
D25 RESET TFT Reset
D26 DC TFT DC
D23 SDI TFT SPI MOSI
D18 SCK TFT SPI CLK
RX2 LED TFT Backlight
D19 SDO TFT SPI MISO
  • Touchscreen functionality coming soon.