LCD IPS ST7789V 1.14" RGB + EPS32 : https://myduino.com/product/tgo-007/
 
 
 
Go to file
lewis he cb3e66c300
Create LICENSE
2020-01-06 09:00:08 +08:00
image Update README 2019-10-30 09:06:04 +08:00
schematic add sch 2019-06-28 09:29:58 +08:00
.gitignore init 2019-06-20 18:15:48 +08:00
LICENSE Create LICENSE 2020-01-06 09:00:08 +08:00
README.MD Update README 2019-10-30 09:06:04 +08:00
TTGO-T-Display.ino Making TFT_eSPI settings effective 2019-09-11 01:35:08 +02:00
bmp.h add sch 2019-06-28 09:29:58 +08:00

README.MD

TTGO T-Display

image

1.Install the following dependency library files:

2.TFT_eSPI settings

  • Install TFT_eSPI, in TFT_eSPI/User_Setup_Select.h, comment out the default settings #include <User_Setup.h> , select #include <User_Setups/Setup25_TTGO_T_Display.h> , Save Settings.
  • Like the picture below

2.png

3.Board choose

  • The board can choose ESP32 Dev Module, other settings can keep the default

Pinout

Name V18
TFT Driver ST7789
TFT_MISO N/A
TFT_MOSI 19
TFT_SCLK 18
TFT_CS 5
TFT_DC 16
TFT_RST N/A
TFT_BL 4
I2C_SDA 21
I2C_SCL 22
ADC_IN 34
BUTTON1 35
BUTTON2 0
ADC Power 14

2019/08/06:

  • The TFT_eSPI and Button2 libraries have been synchronized to the main branch