Close

Hello World!

A project log for 1K LCD Tinyfont

A tiny pixel font rendered to an LCD display, in under 1K program space.

zachZach 12/27/2016 at 03:120 Comments

Well, technically 'hello world'. Haven't loaded in upper case or symbols yet.

The program is able to draw any character to a specific place on the screen, and increment through a message buffer.

Will need to find a new method for storing the font, as the current method introduces some artifacts in order to identify complete letters in the buffer- that's why some of the letters appear to have weird accent marks.

Current Program Size: 541 bytes

Discussions