LCD IPS ST7789V 1.14" RGB + EPS32 : https://myduino.com/product/tgo-007/
 
 
 
Go to file
lewishe 0ea2227425 Restore the actual license 2023-03-13 17:17:12 +08:00
3d_file Create README.md 2022-04-18 08:50:25 +08:00
TFT_eSPI Merge pull request #76 from timstrasser/master 2023-03-13 17:14:03 +08:00
eagle Adds Pin 17 to eagle footprint 2020-04-15 10:01:01 -07:00
firmware Update README 2023-03-06 15:57:40 +08:00
image Add files via upload 2022-04-18 08:49:36 +08:00
kicad/TTGO_T_Display Update README.MD 2022-08-13 13:42:06 +03:00
schematic add sch 2019-06-28 09:29:58 +08:00
.gitignore init 2019-06-20 18:15:48 +08:00
LICENSE Restore the actual license 2023-03-13 17:17:12 +08:00
README.MD Update README 2022-12-09 09:41:13 +08:00

README.MD

TTGO T-Display

Quick start

  1. Install USB driver, CHxxx Series MAC driver , CHxxx Series Windows driver,CP21xx Series driver
  2. Copy TFT_eSPI to the <C:\Users\Your User Name\Documents\Arduino\libraries> directory
  3. Open Arduino IDE, find TFT_eSPI in the file and example, the T-Display factory test program is located at TFT_eSPI -> FactoryTest, you can also use other sample programs provided by TFT_eSPI 3 In the Arduino IDE tool options, select the development board ESP32 Dev Module, select Disable in the PSRAM option, select 4MB in the Flash Size option, Other keep the default
  4. Select the corresponding serial port. If you are not sure, please remove all the serial ports, leaving the board in the USB connection state, just select that one
  5. Finally, click upload, the right arrow next to the tick

  1. 安装 USB 驱动, CHxxx Series MAC driver , CHxxx Series Windows driver, CP21xx Series driver
  2. 拷贝 TFT_eSPI<C:\Users\你的用户名\Documents\Arduino\libraries> 目录内
  3. 打开ArduinoIDE , 在文件,示例中找到TFT_eSPI, T-Display出厂测试程序位于TFT_eSPI -> FactoryTest,你也可以使用其他TFT_eSPI提供的示例程序
  4. Arduino IDE 工具选项中 开发板选择 ESP32 Dev Module,在PSRAM选项中选择Disable Flash Size 选项中选择4MB ,其它保持默认
  5. 选择对应的串行端口如果不清楚请移除所有串行端口之保留板子处于USB连接状态选择那一个即可
  6. 最后可点击上传即可,勾号旁边的向右箭头

SD card connection

  • Demonstrate how to use the second SPI device, using the SD card as a demonstration device
  • 使用SD卡作为演示设备,演示如何使用第二个SPI设备

Pinout

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