circuitpython_staroids
circuitpython_staroids copied to clipboard
LED intensity!
On Pybadge the LEDs are BRIGHT! even with brightness set at 0.1. I changed the two colors to these and it seems less likely to cause physical pain now.
leds.fill(0x110022)
leds.fill(0x331000)