Attempted to make the border of big_clock use subpixel rendering. This is still work in progress.
This commit is contained in:
		@@ -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();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user