This commit is contained in:
		@@ -4,7 +4,7 @@
 | 
			
		||||
#include "Effect.h"
 | 
			
		||||
 | 
			
		||||
class BigClockEffect : public Effect {
 | 
			
		||||
  private:
 | 
			
		||||
private:
 | 
			
		||||
    CRGB color_h = CRGB(0xFF0000);
 | 
			
		||||
    CRGB color_m = CRGB(0x00FF00);
 | 
			
		||||
    CRGB color_colon = CRGB(0xFFFF00);
 | 
			
		||||
@@ -17,7 +17,7 @@ class BigClockEffect : public Effect {
 | 
			
		||||
 | 
			
		||||
    void drawSprite(const unsigned char* sprite, int xOffset, int yOffset, CRGB color);
 | 
			
		||||
 | 
			
		||||
  public:
 | 
			
		||||
public:
 | 
			
		||||
    void loop();
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user