Amount of new Pixels per loop for confetti effect is now configurable. Also, the color is based on a slowly rotating baseHue.
This commit is contained in:
@ -34,4 +34,6 @@ typedef struct Matrix {
|
||||
double a22;
|
||||
} Matrix;
|
||||
|
||||
extern uint8_t baseHue;
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user