Compare commits
No commits in common. "ecf5998510bf1f8230d070cebccb4c89f95ce856" and "0ac4f9b1818dafddc144f76f80e3c04c499d39ab" have entirely different histories.
ecf5998510
...
0ac4f9b181
@ -22,6 +22,8 @@ public:
|
||||
|
||||
class NightClockEffect : public BigClockEffect {
|
||||
private:
|
||||
CRGB _color_font = CRGB(0x440000);
|
||||
CRGB _color_colon = CRGB(0x000000);
|
||||
void _draw_border_pixel(accum88 pos, CRGB* color) { };
|
||||
CRGB _get_color_font() { return CRGB(0x220000); }
|
||||
CRGB _get_color_font() { return CRGB(0x440000); }
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user