Forráskód Böngészése

'Digispark_Test/Digispark_Test.ino' ändern

torsten 10 hónapja
szülő
commit
e4805753e1
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      Digispark_Test/Digispark_Test.ino

+ 1 - 1
Digispark_Test/Digispark_Test.ino

@@ -76,7 +76,7 @@ double hue = 0.0;
         else 
           y = 1-pow(1-h,power)*fac;
 
-        HSVtoRGB(y*360, 100, 55,r,g,b);   
+        HSVtoRGB(y*360, 100, 35,r,g,b);   
         pixels[0].setPixelColor(i, pixels[0].Color(r,g,b)); // Moderately bright green color.
       }
       pixels[0].show(); // This sends the updated pixel color to the hardware.