2020-03-28 13:30:51 +01:00
|
|
|
#ifndef WLED_CRONIXIE_H
|
|
|
|
#define WLED_CRONIXIE_H
|
|
|
|
#include <Arduino.h>
|
|
|
|
/*
|
|
|
|
* Support for the Cronixie clock
|
|
|
|
*/
|
|
|
|
|
|
|
|
byte getSameCodeLength(char code, int index, char const cronixieDisplay[]);
|
|
|
|
void setCronixie();
|
|
|
|
void _overlayCronixie();
|
|
|
|
void _drawOverlayCronixie();
|
|
|
|
|
2020-03-25 09:00:55 +01:00
|
|
|
#endif // WLED_CRONIXIE_H
|