JJSilva / NeoSectional

MIT License
17 stars 5 forks source link

NULL airports #3

Open tonyfdesign opened 6 years ago

tonyfdesign commented 6 years ago

Question/comment: NULL airports do not result in a "off/dark" LED—the bulb retains the setting from the rainbow animation.

DavidJacques01 commented 5 years ago

I know this is an old question, but you are right. At line 98.5 I inserted the following to turn them off:

Turn off all pixels

colorWipe(strip, Color(0,0,0), 10)