These are a few example programs I have written.
All of them were generated from cmd/generator so utilise some shared routines/code.
You can regenerate them by running make
Renders the ASCII table from 32 - 126.
Note the letters don't have lowercase forms as I couldn't be bothered to craft them.
Use the arrow keys to move a 'snake' style brush around the screen.
Render some stuff about me
Use the keyboard to type ASCII characters, which get rendered on the display. Hit enter to perform a carriage return.
Note: not all keys work or will render garbage, e.g. backspace. Also modifier keys are not supported so rendering symbols that require them (e.g. shift) won't work.