LCD IPS ST7789V 1.14" RGB + EPS32 : https://myduino.com/product/tgo-007/
 
 
 
Go to file
Sylvain Mougenot d4c24676e5 add travis for Continuous Integration 2020-01-04 23:23:28 +01:00
image Use PlatformIO to ease user experience 2020-01-04 23:21:43 +01:00
schematic add sch 2019-06-28 09:29:58 +08:00
src Use PlatformIO to ease user experience 2020-01-04 23:21:43 +01:00
.gitignore Use PlatformIO to ease user experience 2020-01-04 23:21:43 +01:00
.travis.yml add travis for Continuous Integration 2020-01-04 23:23:28 +01:00
README.MD Use PlatformIO to ease user experience 2020-01-04 23:21:43 +01:00
platformio.ini Use PlatformIO to ease user experience 2020-01-04 23:21:43 +01:00

README.MD

TTGO T-Display

image

1.Uses the following dependency libraries:

For more informations see the sources

2.TFT_eSPI settings

Settings are managed by the build tooling PlatformIO

3.Install

  • Install PlateformIO
  • PlatformIO will manage all required software for building (aka: plateform like esp32, dependencies like the above TFT_eSPI)

3.Build

  • go to the directory of this project
  • open a terminal
  • build with : pio run (first time is long because it needs to download all the requirements)
  • upload to the board (needs the borad connected using USB + appropriate user settings see installation) : pio run --target upload
  • See th eSerial output : pio device monitor --baud 115200

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