666485becd9b4e80f5d5808abba1da1532a7d2fc
Board/ILC/ILC1075-dat/ILC1075-dat.md
... | ... | @@ -4,14 +4,14 @@ |
4 | 4 | |
5 | 5 | IF09 |
6 | 6 | |
7 | -1. LEDA |
|
8 | -2. GND |
|
9 | -3. RESET |
|
10 | -4. RS |
|
11 | -5. SDA |
|
12 | -6. SCL |
|
13 | -7. VDD |
|
14 | -8. CS |
|
7 | +1. LEDA - 3V3 |
|
8 | +2. GND - GND |
|
9 | +3. RESET - ESP32_IO23 - RST |
|
10 | +4. RS - ESP32_IO4 - DC |
|
11 | +5. SDA - ESP32_IO19 - MISO |
|
12 | +6. SCL - ESP32_IO18 - SCLK |
|
13 | +7. VDD - 3V3 |
|
14 | +8. CS - ESP32_5 - CS |
|
15 | 15 | |
16 | 16 | driver ST7735S |
17 | 17 | interface SPI 4-lin |
... | ... | @@ -26,4 +26,32 @@ connection: soldering |
26 | 26 | |
27 | 27 | - FPC-8P |
28 | 28 | |
29 | -- [[ILC1075]] |
|
... | ... | \ No newline at end of file |
0 | +- [[ILC1075]] |
|
1 | + |
|
2 | +- [[ILC1075-dat]] - TFT_eSPI arduino library - #include <custom/ST7735-096.h> |
|
3 | + |
|
4 | +- [[arduino-display-dat]] |
|
5 | +- test sketch - TFT_Print_Test |
|
6 | + |
|
7 | + #define ST7735_DRIVER // Define additional parameters below for this display |
|
8 | + |
|
9 | + #define TFT_WIDTH 80 |
|
10 | + #define TFT_HEIGHT 160 |
|
11 | + |
|
12 | + // #define ST7735_INITB // not working |
|
13 | + // #define ST7735_GREENTAB // not working |
|
14 | + // #define ST7735_GREENTAB2 // not working |
|
15 | + // #define ST7735_GREENTAB3 // not working |
|
16 | + // #define ST7735_GREENTAB128 // not working |
|
17 | + #define ST7735_GREENTAB160x80 // OK2 |
|
18 | + // #define ST7735_REDTAB // not working |
|
19 | + // #define ST7735_BLACKTAB // not working |
|
20 | + // #define ST7735_REDTAB160x80 // OK1 |
|
21 | + |
|
22 | + // #define CGRAM_OFFSET // Library will add offsets required |
|
23 | + |
|
24 | + #define TFT_MOSI 19 |
|
25 | + #define TFT_SCLK 18 |
|
26 | + #define TFT_CS 5 // Chip select control pin |
|
27 | + #define TFT_DC 4 // Data Command control pin |
|
28 | + #define TFT_RST 23 // Reset pin (could connect to RST pin) |
SDK/Arduino-IDE-DAT/arduino-display-dat.md
... | ... | @@ -0,0 +1,12 @@ |
1 | + |
|
2 | +# arduino display dat |
|
3 | + |
|
4 | + |
|
5 | + |
|
6 | +## ST7735 |
|
7 | + |
|
8 | +- TFT_eSPI |
|
9 | + |
|
10 | + |
|
11 | +- UTFT |
|
12 | + |
Tech/display/WS2812-dat/ws2812-dat.md
... | ... | @@ -0,0 +1,5 @@ |
1 | + |
|
2 | +# WS2812 dat |
|
3 | + |
|
4 | +- WS2812 - ESP32 IO36 |
|
5 | + |