diff options
| author | Avi B <474746+abrender@users.noreply.github.com> | 2022-08-07 12:09:36 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-07 12:09:36 -0400 |
| commit | 5a0693b2f46d784db512c3532016c9591469447f (patch) | |
| tree | a20711baa45383101cc109669948a7527a8275a9 | |
| parent | 00307a8fbdd89e9d6b4f00fba0f2f94d85ed1898 (diff) | |
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.
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
