Commit Graph
11 Commits
Author SHA1 Message Date
root 59256a6115 Remove outdated comment about the lowercase section being incorrect. 2013-08-31 00:18:59 +00:00
root 9cd0d31d11 Refine the characters: CEFGNQRSWaksw
Add the characters: yz
TODO: These could use more work: egs

Also used a little preprocessor goo to compact the code.
2013-08-31 00:18:03 +00:00
root e60385b6c6 Move the font table into PROGMEM.
Compress the column and row into a single byte.
Fix up some of the problems with the lowercase characters, though they're not
enabled by default.

Trims FontTest by 458 bytes of text and 116 bytes of data.
2013-08-30 05:58:15 +00:00
root 6dd8c97bb1 A few more consts reduces code size further. 2013-08-30 01:02:20 +00:00
root 5c69e1d924 Whoops, the font code uses negative coordinates to draw characters partially
off the screen.
2013-08-30 00:53:38 +00:00
root e4f49abb82 Reduce some type sizes, use DISPLAY_ROWS/DISPLAY_COLS more uniformly. 2013-08-30 00:38:09 +00:00
root 75d3cae798 Purge prog_uchar, for compatibility with GCC 4.7. 2013-08-26 17:32:52 +00:00
root 2853bbb288 Also fix the last row for Draw90(). 2013-08-20 17:59:43 +00:00
root 796e2e6b15 Fix drawing in the last row (per issue 28). 2013-08-20 06:19:14 +00:00
matt.mets d9f0159843 Move fonts to progmem, to lower ram usage. (Issue 8)
Fix mis-handling of last row (Issue 9)
2010-07-19 06:45:40 +00:00
BenjaminSonntag 455a684335 Adding initial code source 2010-01-07 16:19:43 +00:00