adafruit / Adafruit_CircuitPython_HT16K33

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

Modify brightness property #64

Closed geekguy-wy closed 4 years ago

geekguy-wy commented 4 years ago

Modified the brightness property to use a float between 0.0 and 1.0 to be compatible with displayio. Modified ht16k33_animation_demo to use the new brightness setting.

geekguy-wy commented 4 years ago

Fixes issue #62

makermelissa commented 4 years ago

This PR was a duplicate of #60 and did not include any code that modified the brightness.