Display text on LCD displays (even on multiple ones). Allow to create windows (frames) on display, and to combine them (split, add, duplicate, scroll). See http://mbed.org/users/hlipka/notebook/lcdwindow/ for more information.

Dependents:   Mbell

History

fixed semaphore handling - should now be really thread safe (can be called from interrupts) default tip

2011-02-22, by hlipka [Tue, 22 Feb 2011 22:57:44 +0000] rev 9

fixed semaphore handling - should now be really thread safe (can be called from interrupts)


fixed initialization for SED1335 (did not work directly after startup)

2011-01-10, by hlipka [Mon, 10 Jan 2011 22:57:59 +0000] rev 8

fixed initialization for SED1335 (did not work directly after startup)


removed debug messages, changed initialization for SED1335 to work for all display sizes (single panel only)

2011-01-04, by hlipka [Tue, 04 Jan 2011 22:58:59 +0000] rev 7

removed debug messages, changed initialization for SED1335 to work for all display sizes (single panel only)


added initial driver for SED1335 based displays (text mode only, no fancy stuff, 320x240 pixels)

2011-01-04, by hlipka [Tue, 04 Jan 2011 22:10:41 +0000] rev 6

added initial driver for SED1335 based displays (text mode only, no fancy stuff, 320x240 pixels)


fixed a memory leak

2010-12-21, by hlipka [Tue, 21 Dec 2010 21:38:18 +0000] rev 5

fixed a memory leak


added adapter for TextLCD

2010-12-16, by hlipka [Thu, 16 Dec 2010 21:25:56 +0000] rev 4

added adapter for TextLCD


Made LCD driver thread safe (to allow usage from timers)

2010-11-28, by hlipka [Sun, 28 Nov 2010 22:09:54 +0000] rev 3

Made LCD driver thread safe (to allow usage from timers)


Moved to \"Stream\"-based API (like TextLCD) which allows the usage of printf

2010-11-27, by hlipka [Sat, 27 Nov 2010 22:54:13 +0000] rev 2

Moved to \"Stream\"-based API (like TextLCD) which allows the usage of printf


minor revision: made use of \const\ in the API

2010-11-16, by hlipka [Tue, 16 Nov 2010 20:49:18 +0000] rev 1

minor revision: made use of \const\ in the API


add support for KS0108-based graphical displays

2010-11-15, by hlipka [Mon, 15 Nov 2010 22:37:30 +0000] rev 0

add support for KS0108-based graphical displays