-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Description
As it is, with the Neo Trinkey specifically, the non-status NeoPixels remain lit up if they were lit up from code in code.py when you enter the REPL. The status LED changes to indicate that you have entered the REPL. So, for example, if you had all four LEDs turned red in your code, and then entered the REPL, three would remain red, and one would turn white. This confused me as I moved onto something else and forgot I had entered the REPL - I figured out what was going on when I came back to it and found I was in the REPL (I thought something had become corrupted). I imagine this might confuse others as well.
Is it worth turning off the remaining non-status LEDs when entering the REPL to avoid confusion? This is only relevant on boards with more than one LED, where one of those LEDs only is a status LED.
@ladyada How would you want this to work?
This is what it looks like when the LEDs were red from code, and then you enter the REPL:
