Keep track of the current frame number.

This commit is contained in:
2019-10-23 12:36:08 +02:00
parent 029c93166d
commit f5d47fe7da
2 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,7 @@
extern uint8_t baseHue;
extern char hostname[30];
extern uint16_t frame;
typedef struct {
uint8_t width;