prevent neopixel blink green when first set via ws2812 micropython library
I guess this has to do with the initialization of the GPIO pins? Most of the time (maybe all?) the first colour of a neopixel will be green, independent of the colour input. However, every setting afterwards seems to be just fine, so its not a huge issue. Might still be less confusing if we can prevent this from happening.