@@ -41,8 +41,8 @@ struct adafruit_matrix_bonnet_pinout_bgr {
4141};
4242
4343struct active3_pinout {
44- static constexpr pin_t PIN_RGB[] = {7 , 27 , 11 , 10 , 9 , 8 , 6 , 5 , 12 ,
45- 20 , 13 , 19 , 3 , 2 , 14 , 21 , 16 , 26 };
44+ static constexpr pin_t PIN_RGB[] = {11 , 27 , 7 , 8 , 9 , 10 , 12 , 5 , 6 ,
45+ 19 , 13 , 20 , 14 , 2 , 3 , 26 , 16 , 21 };
4646 static constexpr pin_t PIN_ADDR[] = {22 , 23 , 24 , 25 , 15 };
4747 static constexpr pin_t PIN_OE = 18 ; // /OE: output enable when LOW
4848 static constexpr pin_t PIN_CLK = 17 ; // SRCLK: clocks on RISING edge
@@ -60,8 +60,8 @@ struct active3_pinout {
6060};
6161
6262struct active3_pinout_bgr {
63- static constexpr pin_t PIN_RGB[] = {11 , 27 , 7 , 8 , 9 , 10 , 12 , 5 , 6 ,
64- 19 , 13 , 20 , 14 , 2 , 3 , 26 , 16 , 21 };
63+ static constexpr pin_t PIN_RGB[] = {7 , 27 , 11 , 10 , 9 , 8 , 6 , 5 , 12 ,
64+ 20 , 13 , 19 , 3 , 2 , 14 , 21 , 16 , 26 };
6565 static constexpr pin_t PIN_ADDR[] = {22 , 23 , 24 , 25 , 15 };
6666 static constexpr pin_t PIN_OE = 18 ; // /OE: output enable when LOW
6767 static constexpr pin_t PIN_CLK = 17 ; // SRCLK: clocks on RISING edge
0 commit comments