Text buffer renderer
I created a renderer for the Text buffer. I created a simple image format called BImg (BFE Image) and with that I made images of 5 * 8 for (currently only uppercase) letters. Currently all characters are true cyan (#00FFFF)
In the machine code, text can only be inputted by writing to the buffer (addresses 3024 to 4932). There are 36 lines of 53 characters.
There is one pixel of padding on the right and bottom side of the glyphs. The padding is also coloured (#000101).
All letter images are saved as .bin files in the resources folder in the jar.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.