Fork of LCD-Window which works with Enhanced TextLCD from Wim
Fork of LcdWindow by
History
added enableDisplay and disableDisplay for Terminal to stop the output to LCD.
2016-01-13, by charly [Wed, 13 Jan 2016 19:38:54 +0000] rev 13
added enableDisplay and disableDisplay for Terminal to stop the output to LCD.
honor display/window-boundaries
2016-01-12, by charly [Tue, 12 Jan 2016 20:40:39 +0000] rev 12
honor display/window-boundaries
Terminal::addText: wrap long lines to the next line.
2016-01-04, by charly [Mon, 04 Jan 2016 21:20:43 +0000] rev 11
Terminal::addText: wrap long lines to the next line.
Adapted for EnhancedLCD. Disabled semaphore as there are problem with new mbed-library.
2016-01-04, by charly [Mon, 04 Jan 2016 20:22:17 +0000] rev 10
Adapted for EnhancedLCD. Disabled semaphore as there are problem with new mbed-library.
fixed semaphore handling - should now be really thread safe (can be called from interrupts)
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