WLED/wled00/overlay.h

14 lines
278 B
C
Raw Normal View History

2020-03-28 13:30:51 +01:00
#ifndef WLED_OVERLAYS_H
#define WLED_OVERLAYS_H
#include <Arduino.h>
/*
* Used to draw clock overlays over the strip
*/
void initCronixie();
void handleOverlays();
void handleOverlayDraw();
void _overlayAnalogCountdown();
void _overlayAnalogClock();
#endif // WLED_OVERLAY_H