adafruit / Adafruit_CircuitPython_HT16K33

Adafruit CircuitPython driver for the HT16K33, a LED matrix driver IC.
MIT License
41 stars 29 forks source link

Default brightness should be an instantiation paramenter #68

Closed geekguy-wy closed 4 years ago

geekguy-wy commented 4 years ago

When somebody instantiates one of these classes, they should be able to set the default brightness. I want to add a brightness=15 parameter to the constructors to make this possible. This would preserve the current startup state.

makermelissa commented 4 years ago

Great idea. Would you like to submit a PR?

geekguy-wy commented 4 years ago

Yes, of course. The change is easy enough to make.

makermelissa commented 4 years ago

It's now merged in.