leonvandenbeukel / 3D-7-Segment-Digital-Clock

3D Printed 7 Segment Digital Clock with multi color LEDs
MIT License
171 stars 70 forks source link

problem with LED #8

Closed icepol001 closed 4 years ago

icepol001 commented 4 years ago

I made your clock but I have a problem with LEDs. places that should not shine are glowing white. can you help me ? thank you

Milius605 commented 4 years ago

I have same problem. Pls help :-D

leonvandenbeukel commented 4 years ago

Please check the .ino file on line 59:

CRGB colorOFF = CRGB(20,20,20); // Color of the segments that are 'disabled'. You can also set it to CRGB::Black

Change "CRGB(20,20,20)" to CRGB::Black if you don't want a glowing white.

Milius605 commented 4 years ago

It works! Thank you very much for your help and quick response