forked from MoonModules/WLED-MM
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
33 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
#define GPIOPINOUT 99 | ||
|
||
// ADDX is output directly using GPIO | ||
#define CLKS_DURING_LATCH 0 | ||
#define MATRIX_I2S_MODE I2S_PARALLEL_BITS_16 | ||
#define MATRIX_DATA_STORAGE_TYPE uint16_t | ||
|
||
|
||
#define R1_PIN GPIO_NUM_42 | ||
#define G1_PIN GPIO_NUM_41 | ||
#define B1_PIN GPIO_NUM_40 | ||
#define R2_PIN GPIO_NUM_38 | ||
#define G2_PIN GPIO_NUM_39 | ||
#define B2_PIN GPIO_NUM_37 | ||
|
||
#define A_PIN GPIO_NUM_45 | ||
#define B_PIN GPIO_NUM_36 | ||
#define C_PIN GPIO_NUM_48 | ||
#define D_PIN GPIO_NUM_35 | ||
#define E_PIN GPIO_NUM_21 | ||
|
||
#define LAT_PIN GPIO_NUM_47 | ||
#define OE_PIN GPIO_NUM_14 | ||
|
||
#define CLK_PIN GPIO_NUM_2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters