This commit is contained in:
Fabian Schlenz 2020-11-06 23:34:57 +01:00
commit ae997ef802
1 changed files with 9 additions and 0 deletions

View File

@ -19,3 +19,12 @@ public:
virtual void loop(uint16_t ms);
String get_name() override { return "big_clock"; }
};
<<<<<<< HEAD:include/effects/big_clock.h
=======
class NightClockEffect : public BigClockEffect {
private:
void _draw_border_pixel(accum88 pos, CRGB* color) { };
CRGB _get_color_font() { return CRGB(0x220000); }
};
>>>>>>> ecf5998510bf1f8230d070cebccb4c89f95ce856:include/effect_big_clock.h