-
Notifications
You must be signed in to change notification settings - Fork 114
Available display models
e2002 edited this page Mar 18, 2023
·
8 revisions
This display model is used with an additional DTYPE parameter.
exsample: #define DTYPE INITR_BLACKTAB
DTYPE | Description | Link |
---|---|---|
INITR_BLACKTAB | 160x128 1.8' (by default) | https://aliexpress.ru/item/1005002822797745.html |
INITR_144GREENTAB | 1.44' 128x128 | https://aliexpress.ru/item/1005002822797745.html |
INITR_MINI160x80 | 0.96' 160x80 ST7735S | - |
INITR_GREENTAB | - | - |
INITR_REDTAB | - | - |
ST7789 requires further development when used in conjunction with the VS1053 module
See the link https://www.instructables.com/Adding-CS-Pin-to-13-LCD/
The display is connected in 4SPI mode. To activate this mode, you need to set the jumpers in a certain way
Connection:
DSP | ESP | |
---|---|---|
1 | » | GND |
2 | » | 5V |
4 | » | 18 (SCK) |
5 | » | 23 (MOSI) |
14 | » | TFT_DC |
15 | » | TFT_RST |
16 | » | TFT_CS |
Connection:
DSP | ESP | |
---|---|---|
1 | » | GND |
2 | » | 5V |
4 | » | TFT_CS |
5 | » | 23 (MOSI) |
6 | » | 18 (SCK) |
15 | » | GND |
17 | » | EN |
19 | » | BRIGHTNESS_PIN |
20 | » | GND |