Skip to content

Commit d5a979d

Browse files
committed
correct active3 pinouts
1 parent 5d46945 commit d5a979d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/include/piomatter/pins.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ struct adafruit_matrix_bonnet_pinout_bgr {
4141
};
4242

4343
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};
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

6262
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};
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

Comments
 (0)