WLED/wled00/wled_cronixie.h

13 lines
303 B
C
Raw Normal View History

#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();
#endif // WLED_CRONIXIE_H