parent
26eabc9e1c
commit
287fa598c5
@ -1,10 +1,17 @@ |
|||||||
/* Config for SIPO PWM */ |
/* Config for SIPO PWM */ |
||||||
|
|
||||||
// PWM pin aliases
|
// --- PWM pin aliases ---
|
||||||
|
|
||||||
|
// Store signal
|
||||||
#define SPWM_STR D2 |
#define SPWM_STR D2 |
||||||
|
// Shift/clock signal
|
||||||
#define SPWM_CLK D3 |
#define SPWM_CLK D3 |
||||||
|
// Data signal
|
||||||
#define SPWM_DATA D4 |
#define SPWM_DATA D4 |
||||||
|
|
||||||
|
|
||||||
|
// --- Other settings ---
|
||||||
|
|
||||||
// Number of PWM levels (color depth)
|
// Number of PWM levels (color depth)
|
||||||
#define SPWM_COLOR_DEPTH 256 |
#define SPWM_COLOR_DEPTH 256 |
||||||
|
|
Loading…
Reference in new issue