adafruit / Adafruit_CircuitPython_HT16K33

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

Fix potential issue with tuple bitmask tuple to set_digit_raw #69

Closed makermelissa closed 4 years ago

makermelissa commented 4 years ago

Fixes a potential issue with passing numbers > 255 as bitmask tuple to set_digit_raw. This was pointed out by @geekguy-wy in discord.