adafruit / Adafruit_CircuitPython_FeatherWing

CircuitPython classes for Adafruit FeatherWings
MIT License
10 stars 13 forks source link

Updating HT16K33 code to work with version 4.0.0 #58

Closed makermelissa closed 4 years ago

makermelissa commented 4 years ago

The latest release of the HT16K33 library changes the brightness range from 0-15 to 0-1.0. This will make it work with the latest release. It also fixes an issue from a recent update by a community member.

FoamyGuy commented 4 years ago

Does this change also need to be made in matrix_featherwing.py. Also would it make sense at this point to change these to use 0 - 1.0 instead of 0-15 like the HT16K33 itself is now?

makermelissa commented 4 years ago

Good catch @FoamyGuy. I updated it for the matrix featherwing as well.

FoamyGuy commented 4 years ago

I will test this with matrix featherwing this week and merge once testing is complete.