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!

Revision:
5:e3b565c4190c
Parent:
3:1d7a7a249647
--- a/TextLCDScroll.h	Tue Mar 12 20:00:04 2013 +0000
+++ b/TextLCDScroll.h	Thu Apr 04 19:07:26 2013 +0000
@@ -86,6 +86,7 @@
     bool setScrollMode( ScrollModes mode);
 
 private:
+    void startTicker();
 
     void ScrollRightLeft();
 
@@ -97,6 +98,7 @@
     // these are changed in interrupt-routine!
     volatile int* _direction;
     volatile int* _actPos;
+    volatile int _speed;
     
     char* line[99];