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
By default the 7x4 backpacks will only do 0-9, a-f, L, O. I realize this is probably by design for lower power boards.
I added characters so more of the alphabet will display on 7x4 segments (clock style) ... with a few missing logical characters like W, X, etc.. I've inserted dashes since ordinal wants at least something there.
Please don't penalize S2/S3 owners with removed characters just because lower end boards don't have enough RAM to use every character. Setup some kind of board specific detection switch?
The example sketch using base 16 or whatever is very hard to work with. Most people can do hex much easier. Recommend swapping out the bit strings for hex in customchar example at the very least. It's just too confusing to work with.
By default the 7x4 backpacks will only do 0-9, a-f, L, O. I realize this is probably by design for lower power boards.
I added characters so more of the alphabet will display on 7x4 segments (clock style) ... with a few missing logical characters like W, X, etc.. I've inserted dashes since ordinal wants at least something there.
Please don't penalize S2/S3 owners with removed characters just because lower end boards don't have enough RAM to use every character. Setup some kind of board specific detection switch?
The example sketch using base 16 or whatever is very hard to work with. Most people can do hex much easier. Recommend swapping out the bit strings for hex in customchar example at the very least. It's just too confusing to work with.
Only changes required.
and now I have a usable alphabet running on my 7-segment clock displays on the esp32-s2.
The text was updated successfully, but these errors were encountered: