From 8280367626dbd0b2fca8059cbc316dd224e6f10b Mon Sep 17 00:00:00 2001 From: CalisJI Date: Fri, 23 Aug 2024 09:15:24 +0700 Subject: [PATCH] Update README --- README.md | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2dbb69e..5518fde 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,24 @@ -### Pinout +### Pinout ESP32-S3 ![](/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