Эх сурвалжийг харах

Final updates before shipping

Fred Damstra (Macbook 2015) 5 сар өмнө
parent
commit
bf14a4d095

+ 1 - 3
BackgroundRingClass.cpp

@@ -87,9 +87,7 @@ int BackgroundRingClass::random_event(int copy) {
 ///////////////////////// Solid
 void BackgroundRingClass::init_solid(unsigned long color, uint8_t brightness) {
   this->action = Solid;
-  this->setBrightness(brightness);
-  this->setColor(color);
-  this->show();
+  this->setColor(color, brightness, true);
 }