4
0
Fork 0
mirror of https://github.com/zzzzDev4/IAS-Better-Tea.git synced 2025-04-21 07:31:20 +02:00

changed LED color to white

This commit is contained in:
zzzz 2024-05-26 17:24:48 +02:00
parent 364d721d8c
commit 6ffd5f4332

View file

@ -45,7 +45,7 @@ void SmartStrip::progressBar(int min, int max, int val)
// update strip // update strip
for (int i = 14; i >= level; i--) for (int i = 14; i >= level; i--)
{ {
leds[i].setRGB(0, 0, 1); leds[i].setRGB(3, 3, 3);
FastLED.show(); FastLED.show();
FastLED.show(); FastLED.show();
} }