TTGO-T-Display/README.MD

42 wiersze
1.3 KiB
Plaintext
Czysty Zwykły widok Historia

2019-06-20 10:15:48 +00:00
# TTGO T-Display
2019-07-29 03:42:46 +00:00
![image](https://github.com/Xinyuan-LilyGO/TTGO-T-Display/blob/master/image/pinmap.jpg)
2019-06-20 10:15:48 +00:00
## 1.Install the following dependency library files:
2019-08-06 04:01:57 +00:00
- [TFT_eSPI](https://github.com/Bodmer/TFT_eSPI)
- [Button2](https://github.com/LennartHennigs/Button2)
2019-06-20 10:15:48 +00:00
## 2.TFT_eSPI settings
2019-10-30 01:06:04 +00:00
- 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](image/2.png)
## 3.Board choose
- The board can choose `ESP32 Dev Module`, other settings can keep the default
2020-06-29 07:18:53 +00:00
## 4. SD card connection
- Demonstrate how to use the second SPI device, using the SD card as a demonstration device
![](image/SD.jpg)
2019-06-20 10:15:48 +00:00
## 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 |
2019-06-28 07:47:55 +00:00
| TFT_BL | 4 |
2019-06-20 10:15:48 +00:00
| I2C_SDA | 21 |
| I2C_SCL | 22 |
| ADC_IN | 34 |
| BUTTON1 | 35 |
| BUTTON2 | 0 |
2019-07-15 02:16:57 +00:00
| ADC Power | 14 |
2019-08-06 04:01:57 +00:00
2019/08/06:
2019-10-30 01:06:04 +00:00
* The TFT_eSPI and Button2 libraries have been synchronized to the main branch