Skip to content

Commit

Permalink
Swap pins used for S3 to avoid gpio0
Browse files Browse the repository at this point in the history
  • Loading branch information
netmindz committed Sep 21, 2024
1 parent 42a3e13 commit 3669946
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wled00/bus_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -616,10 +616,10 @@ BusHub75Matrix::BusHub75Matrix(BusConfig &bc) : Bus(bc.type, bc.start, bc.autoWh
mxconfig.gpio.a = 45;
mxconfig.gpio.b = 48;
mxconfig.gpio.c = 47;
mxconfig.gpio.d = 21; // this says GND but should be the "D" pin
mxconfig.gpio.d = 21;
mxconfig.gpio.clk = 18;
mxconfig.gpio.lat = 8;
mxconfig.gpio.oe = 0;
mxconfig.gpio.oe = 3;
// 16th pin is GND

#elif defined(CONFIG_IDF_TARGET_ESP32S3) // ESP32-S3
Expand Down

0 comments on commit 3669946

Please sign in to comment.