-
-
Notifications
You must be signed in to change notification settings - Fork 136
Define custom pin mappings in wled.h #370
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: mdev
Are you sure you want to change the base?
Changes from all commits
65fc0cf
1f899db
ee2fd0f
6146970
97647ba
df4299a
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,20 @@ | ||
| #ifndef WLED_MY_PINS | ||
| #define WLED_MY_PINS | ||
| #define R1_PIN 4 | ||
| #define G1_PIN 5 | ||
| #define B1_PIN 6 | ||
| #define R2_PIN 7 | ||
| #define G2_PIN 15 | ||
| #define B2_PIN 16 | ||
| #define A_PIN 8 | ||
| #define B_PIN 9 | ||
| #define C_PIN 10 | ||
| #define D_PIN 11 | ||
| #define E_PIN 12 | ||
| #define LAT_PIN 13 | ||
| #define OE_PIN 14 | ||
| #define CLK_PIN 17 | ||
| #endif | ||
|
Comment on lines
+1
to
+17
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Align this pinout with the Matrixboard wiring contract. These values don’t match the HUB75 pin order documented in 🤖 Prompt for AI Agents |
||
| #ifndef WLED_H | ||
| #define WLED_H | ||
| /* | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.