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!
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
5:e3b565c4190c | 2013-04-04 | charly | Disable Ticker while changing settings. realloc instead of malloc |
4:92a07dbc9222 | 2013-03-12 | charly | Strings with length = columns() can be displayed without scolling. |
3:1d7a7a249647 | 2013-03-12 | charly | TextLCDScroll changed to c-strings and removed printf from ISR |
2:66723c542cef | 2012-04-24 | charly | reduced priority of ticker-Interrupt, so other things come first (needed for RF22) |
1:d7cc0e2a55ba | 2012-03-27 | charly | Comments |
0:0ae9963c4e06 | 2012-03-27 | charly | Initial version of TextLCDScroll |