You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You're right. It looks like this was caused by #109 which put a bunch of characters in front of the target character. It appears the "z" also took over the target character. I would add an additional character (so it won't accidentally have the formatting overwritten if somebody decides to make a z) and point it to that. So a new character would be 36 instead of 16.
The problem is located on the following line:
Adafruit_CircuitPython_HT16K33/adafruit_ht16k33/segments.py
Line 464 in 94453bf
Offset 16 for the "-" character is no longer valid. The closest valid offset is 20, but I don't know if this is a correct solution.
The text was updated successfully, but these errors were encountered: