adafruit / Adafruit_CircuitPython_HT16K33

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

Add 14-segment-specific example, update comments. #107

Closed kattni closed 1 year ago

kattni commented 1 year ago

This 14-segment example more closely mirrors the Arduino 14-segment-specific example, and better shows the features that come with 14 segments versus 7 segments. I defaulted the setup to board.STEMMA_I2C() since that's the current revision, but I included the board.I2C() setup as well, commented out.

I updated the other two segments examples to have the informative comments about the set_digit_raw code used in all three examples.