GraphicLCD

log

age author description
Fri Jan 28 15:59:18 2011 -0600 Ed Marshall Add rudimentary max() macro for use outside of Arduino environment.default tip
Fri Jan 28 15:56:20 2011 -0600 Ed Marshall Added drawPolygon.
Thu Jan 27 19:35:07 2011 -0600 Ed Marshall Add fillChar/fillBitmap to keywords.txt.
Thu Jan 27 19:34:20 2011 -0600 Ed Marshall Remove stray include of WProgram.h.
Wed Jan 26 07:41:33 2011 -0600 Ed Marshall Add line height tracking to text rendering.
Wed Jan 26 00:03:39 2011 -0600 Ed Marshall Side-by-side font comparison in the ncurses test harness.
Tue Jan 25 22:36:15 2011 -0600 Ed Marshall Convert SparkLogo example sketch to use drawBitmap, and make a few cosmetic adjustments to GraphicLCD's interface.
Tue Jan 25 19:58:26 2011 -0600 Ed Marshall Quick change so it compiles again, but needs to be converted to drawBitmap.
Tue Jan 25 19:47:13 2011 -0600 Ed Marshall Updated ScreenSaver example to latest API.
Tue Jan 25 19:39:58 2011 -0600 Ed Marshall Default 0xFF alpha channel for pen and fill colors, because nothing else makes sense on a screen you can't read from (and on a platform without enough memory for a color framebuffer).
Tue Jan 25 19:39:11 2011 -0600 Ed Marshall Font.cpp is a leftover from previous work, shouldn't have been committed.
Tue Jan 25 15:21:11 2011 -0600 Ed Marshall Initial import into version control, now that we have something that basically works.