circuitpython_staroids icon indicating copy to clipboard operation
circuitpython_staroids copied to clipboard

LED intensity!

Open jedgarpark opened this issue 4 years ago • 0 comments

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)

jedgarpark avatar Aug 09 '21 01:08 jedgarpark