소스 검색

'Digispark_Test/Digispark_Test.ino' ändern

torsten 10 달 전
부모
커밋
e4805753e1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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.