Open 5h44n opened 4 years ago
Whoops, realized that the bytes should be generated horizontally, not vertically. Apologies! Thanks also for your work on this library, it's been very helpful!
@shanexavier313, have you resolved your font issues or do you still need help?
Haven't had a chance to test it out yet but think I'm good, thanks! For anyone curious, custom bitmaps should be generated like so:
EDIT: it worked. Thank you!
Hello, I'm trying to create a small, custom 3x5 font and am having issues getting it to display correctly. I'm using a 16x32 LED matrix and Particle photon.
I only need a small subset of the 0x20 - 0x7F character set. I made custom bitmaps in an spreadsheet below:
Below is my hard-coded bitmap and descriptor. Since I only need a few characters, I figured I can make the unused characters blank. (note: added comments in the bitmap for clarity, I remove them when compiling)
Can the bitmap have any start and end character or do I have define all the characters between 0x20 and 0x7F?
Thanks in advance and appreciate any insight you might have!