adafruit / Adafruit_CircuitPython_HT16K33

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

Provide method for setting via raw bitmask #42

Closed caternuson closed 4 years ago

caternuson commented 4 years ago

Like the old library did: https://github.com/adafruit/Adafruit_Python_LED_Backpack/blob/7356b4dd8b4bb162d60987878c2cb752fdd017d5/Adafruit_LED_Backpack/SevenSegment.py#L84

ref: https://forums.adafruit.com/viewtopic.php?f=19&t=158151

ladyada commented 4 years ago

@makermelissa will be giving this repo a scrubbing soon

caternuson commented 4 years ago

Cool. Hopefully she can get further than my previous attempt :) https://github.com/adafruit/Adafruit_CircuitPython_HT16K33/issues/8

makermelissa commented 4 years ago

I think I got this figured out for the 7-segment display and 14-segment displays. Did we need this for other types of displays too?

makermelissa commented 4 years ago

I have tested on the 7-segment and 14-segment featherwings as well as the large 7-segment display. Fixed via #43.