Extendes Version of TextLCD which scrolls oversized lines.
Dependents: RF22_MAX_test_Send
Extended version of TextLCD, which can scoll oversized lines. Uses a ticker!
History
Disable Ticker while changing settings. realloc instead of malloc
2013-04-04, by charly [Thu, 04 Apr 2013 19:07:26 +0000] rev 5
Disable Ticker while changing settings. realloc instead of malloc
Strings with length = columns() can be displayed without scolling.
2013-03-12, by charly [Tue, 12 Mar 2013 20:00:04 +0000] rev 4
Strings with length = columns() can be displayed without scolling.
TextLCDScroll changed to c-strings and removed printf from ISR
2013-03-12, by charly [Tue, 12 Mar 2013 19:40:29 +0000] rev 3
TextLCDScroll changed to c-strings and removed printf from ISR
reduced priority of ticker-Interrupt, so other things come first (needed for RF22)
2012-04-24, by charly [Tue, 24 Apr 2012 06:18:21 +0000] rev 2
reduced priority of ticker-Interrupt, so other things come first (needed for RF22)
Comments
2012-03-27, by charly [Tue, 27 Mar 2012 20:30:27 +0000] rev 1
Comments
Initial version of TextLCDScroll
2012-03-27, by charly [Tue, 27 Mar 2012 20:13:41 +0000] rev 0
Initial version of TextLCDScroll