Darker red for NightClock.

This commit is contained in:
Fabian Schlenz 2020-04-30 21:56:02 +02:00
parent b5bb0feccf
commit bcb5fdc9be
1 changed files with 1 additions and 3 deletions

View File

@ -22,8 +22,6 @@ 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(0x440000); }
CRGB _get_color_font() { return CRGB(0x220000); }
};