-
Notifications
You must be signed in to change notification settings - Fork 28
No LOL'ing with 7x4 Segment #79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I needed more LOL'ing in my life, and a 7x4 segment display can help with this. However, adafruit_ht16k33 filters this out for the 7x4 display which makes me super sad 😢. This change allows the use of both upper and lower case L's and O's. (also, matrix.py and segments.py had the eXecutable bit set, which has been dropped) Fixes: adafruit#79 Signed-off-by: Dave Walker (Daviey) <[email protected]>
Is this still WIP? I was thinking of implementing a way to add something like a character set to the display that could be used for a few reasons:
I see a linked PR so I wanted to check in. |
Or would it be better to just open it up further under the current implementation, for letters like "L" and "O", but still prevent letters that don't have great representations, like "W"? |
Thanks for the PR @FoamyGuy! I may work on an implementation that allows for use of a character library as a solution for further letters, let me know if you have any thoughts. |
@tekktrik I like that idea, it would be nice if it had a list of letters that it is able to draw with the segments that it has and could use them with marquee. |
Sounds great! I'll get on it in the new year! |
Seg7x4 is feeling a bit unloved (:broken_heart: & :cry:) and could really do with a laugh to feel a bit better. However, L,l,O,o are prohibited characters and silently dropped.
Please help put a smile on Seg7x4's face. 😆
The text was updated successfully, but these errors were encountered: