From 5a0693b2f46d784db512c3532016c9591469447f Mon Sep 17 00:00:00 2001 From: Avi B <474746+abrender@users.noreply.github.com> Date: Sun, 7 Aug 2022 12:09:36 -0400 Subject: [PATCH] Update `B` pin in #define to match the table. The table shown under "Wiring ESP32 with the LED Matrix Panel" lists `B` pin as connected to IO19. The section right under it has `#define B_PIN 22`. This is inconsistent, while the rest of the pins match exactly. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6bd615d..b4a2266 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ However, if you want to change this, simply provide the wanted pin mapping as pa #define G2_PIN 12 #define B2_PIN 13 #define A_PIN 23 -#define B_PIN 22 +#define B_PIN 19 #define C_PIN 5 #define D_PIN 17 #define E_PIN -1 // required for 1/32 scan panels, like 64x64. Any available pin would do, i.e. IO32