Attempted to make the border of big_clock use subpixel rendering. This is still work in progress.

This commit is contained in:
2019-09-25 18:13:11 +02:00
parent 0a7334e448
commit 7cbb156b66
2 changed files with 15 additions and 14 deletions

View File

@ -8,7 +8,7 @@ private:
CRGB _color_seconds = CRGB(0xFF0000);
void _draw_seconds();
void _draw_border_pixel(uint8_t second, CRGB* color);
void _draw_border_pixel(uint8_t second, uint8_t part, CRGB* color);
public:
void loop();