@@ -41,8 +41,8 @@ struct adafruit_matrix_bonnet_pinout_bgr {
41
41
};
42
42
43
43
struct 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 };
46
46
static constexpr pin_t PIN_ADDR[] = {22 , 23 , 24 , 25 , 15 };
47
47
static constexpr pin_t PIN_OE = 18 ; // /OE: output enable when LOW
48
48
static constexpr pin_t PIN_CLK = 17 ; // SRCLK: clocks on RISING edge
@@ -60,8 +60,8 @@ struct active3_pinout {
60
60
};
61
61
62
62
struct 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 };
65
65
static constexpr pin_t PIN_ADDR[] = {22 , 23 , 24 , 25 , 15 };
66
66
static constexpr pin_t PIN_OE = 18 ; // /OE: output enable when LOW
67
67
static constexpr pin_t PIN_CLK = 17 ; // SRCLK: clocks on RISING edge
0 commit comments