Effect Clock * Trying to get the nightclock effect to work...
This commit is contained in:
@ -66,3 +66,7 @@ void ClockEffect::loop(boolean invert, CRGB fg_color, CRGB bg_color, uint8_t yPo
|
||||
ClockEffect::~ClockEffect() {
|
||||
delete window;
|
||||
}
|
||||
|
||||
NightClockEffect::~NightClockEffect() {
|
||||
delete window;
|
||||
}
|
Reference in New Issue
Block a user