As noticed, this reverts big_clock to the pre-subsampling state.

This commit is contained in:
2019-09-25 20:04:48 +02:00
parent 2395e51e88
commit c1024b3423
2 changed files with 14 additions and 18 deletions

View File

@ -8,10 +8,9 @@ private:
CRGB _color_seconds = CRGB(0xFF0000);
void _draw_seconds();
void _draw_border_pixel(uint8_t second, uint8_t part, CRGB* color);
void _draw_border_pixel(uint8_t second, CRGB* color);
public:
void loop();
String get_name() override { return "big_clock"; }
};