forked from Xinyuan-LilyGO/TTGO_TWatch_Library
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
lewis he
committed
Sep 18, 2020
1 parent
e96a5ac
commit a5bb147
Showing
2 changed files
with
58 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
# 1.Core pinout table | ||
| Peripherals | LilyPi | | ||
| :---------------: | :----------: | | ||
| Core | ESP32-DOWDQ6 | | ||
| Flash | 16MB | | ||
| SPRAM | 8MB | | ||
| BUTTON | 0 | | ||
| ADC Pin | 35 | | ||
| Relay Pin | 32 | | ||
| SD MISO | 2 | | ||
| SD MOSI | 15 | | ||
| SD SCLK | 14 | | ||
| SD CS | 13 | | ||
| PCF8563 Interrupt | 36 | | ||
| SDA | 21 | | ||
| SCL | 22 | | ||
| USB Enable | 4 | | ||
|
||
# 2. Screen pinout table | ||
| Peripherals | ST7796S | | ||
| :--------------: | :-----: | | ||
| TOUCH Driver | FT6236 | | ||
| TFT Driver | ST7796S | | ||
| TFT Size | 480x320 | | ||
| TFT RST | N/A | | ||
| TFT MISO | 23 | | ||
| TFT MOSI | 19 | | ||
| TFT SCLK | 18 | | ||
| TFT DC | 27 | | ||
| TFT CS | 5 | | ||
| TFT BackLight | 12 | | ||
| FT6236 SDA | 21 | | ||
| FT6236 SCL | 22 | | ||
| FT6236 Interrupt | 39 | | ||
|
||
# 3.Epaper pinout table | ||
| Peripherals | Epaper | | ||
| :---------------: | :--------: | | ||
| TOUCH Driver | FT6336S | | ||
| Epaper Driver | GDEW0371W7 | | ||
| Epaper Size | 416x240 | | ||
| Epaper RST | N/A | | ||
| Epaper MISO | N/A | | ||
| Epaper MOSI | 23 | | ||
| Epaper SCLK | 18 | | ||
| Epaper DC | 19 | | ||
| Epaper CS | 5 | | ||
| FT6336S SDA | 21 | | ||
| FT6336S SCL | 22 | | ||
| FT6336S Interrupt | 39 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters