What ESP32 has the most amount of free GPIO ?
Posted: Tue Jul 20, 2021 11:30 am
Hello.
I need an ESP32 variant being able to drive a LED display that uses the following pins:
And I will also need other 3 Input Pins and 1 Output pin.
What can I use ? I was thinking of ESP32-DEVKITC-32E.
I need an ESP32 variant being able to drive a LED display that uses the following pins:
Code: Select all
#define R1_PIN GPIO_NUM_12
#define G1_PIN GPIO_NUM_14
#define B1_PIN GPIO_NUM_33
#define R2_PIN GPIO_NUM_25
#define G2_PIN GPIO_NUM_9
#define B2_PIN GPIO_NUM_18
#define A_PIN GPIO_NUM_19
#define B_PIN GPIO_NUM_22
#define C_PIN GPIO_NUM_21
#define D_PIN GPIO_NUM_4
#define E_PIN GPIO_NUM_26
#define LAT_PIN GPIO_NUM_15
#define OE_PIN GPIO_NUM_13
#define CLK_PIN GPIO_NUM_2
What can I use ? I was thinking of ESP32-DEVKITC-32E.