witnessmenow / ESP32-Trinity

An Open Source ESP32 board for connecting to HUB75 Matrix Panels
Other
236 stars 32 forks source link

Trinity ESP32 pin numbers used? #16

Closed tychop closed 1 year ago

tychop commented 1 year ago

What are the pin numbers used on the trinity board for these #define's ?

A_PIN B_PIN C_PIN D_PIN E_PIN LAT_PIN OE_PIN CLK_PIN R1_PIN B2_PIN R2_PIN G2_PIN G1_PIN B1_PIN

tychop commented 1 year ago

Found them...

define R1_PIN_DEFAULT 25

define G1_PIN_DEFAULT 26

define B1_PIN_DEFAULT 27

define R2_PIN_DEFAULT 14

define G2_PIN_DEFAULT 12

define B2_PIN_DEFAULT 13

define A_PIN_DEFAULT 23

define B_PIN_DEFAULT 19

define C_PIN_DEFAULT 5

define D_PIN_DEFAULT 17

define E_PIN_DEFAULT 18 // This is the only change from the default pins of the library

define LAT_PIN_DEFAULT 4

define OE_PIN_DEFAULT 15

define CLK_PIN_DEFAULT 16