A quick tip from a community member (hat tip Yann Guidon) saved some space. Since each character of the font begins with the character width, and each character is one-byte tall, the null terminator is redundant. We can infer this information already from the width.
This reduced the font size about 90 bytes, and saved the program about 70 (additional code to process this change). Will do some code cleanup to try to realize some more savings.
Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.
Damnit ! What could you even do with so much/little freed code space ?...
I, for one, will stay tuned :-D
Are you sure? yes | no