This cart contains three things of interest:
- A 6x15 font I used in Astro Clerk
- Code for encoding your own 6x15 font in the same way (i.e. four 1-bit graphics per tile)
- Code for decoding/printing with a 6x15 font
Inside the cart, you can use initfont to create a starting point by upscaling the system font, encode6x15 to write the sprites, and print6x15 to output the result.
[Please log in to post a comment]