Update README

128x128
CalisJI 2024-08-23 09:15:24 +07:00
parent 3563674474
commit 8280367626
1 changed files with 17 additions and 2 deletions

View File

@ -2,9 +2,24 @@
### Pinout ### Pinout ESP32-S3
![](/img/connector.jpg) ![](/img/connector.jpg)
```C++
#define R1_PIN 4
#define G1_PIN 5
#define B1_PIN 6
#define R2_PIN 7
#define G2_PIN 15
#define B2_PIN 16
#define A_PIN 18
#define B_PIN 8 // Changed from library default
#define C_PIN 3
#define D_PIN 42
#define E_PIN 39 // required for 1/32 scan panels, like 64x64px. Any available pin would do, i.e. IO32
#define LAT_PIN 40
#define OE_PIN 2
#define CLK_PIN 41
```
### Example code to send image/gif.video... to ESP32 ### Example code to send image/gif.video... to ESP32