aboutsummaryrefslogtreecommitdiff
path: root/libraries/LiquidCrystal/LiquidCrystal.h
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/LiquidCrystal/LiquidCrystal.h')
-rwxr-xr-xlibraries/LiquidCrystal/LiquidCrystal.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/libraries/LiquidCrystal/LiquidCrystal.h b/libraries/LiquidCrystal/LiquidCrystal.h
index 5a8d087..f66ec1b 100755
--- a/libraries/LiquidCrystal/LiquidCrystal.h
+++ b/libraries/LiquidCrystal/LiquidCrystal.h
@@ -72,12 +72,10 @@ public:
void cursor();
void scrollDisplayLeft();
void scrollDisplayRight();
- void printLeft();
- void printRight();
- void shiftLeft();
- void shiftRight();
- void shiftIncrement();
- void shiftDecrement();
+ void leftToRight();
+ void rightToLeft();
+ void autoscroll();
+ void noAutoscroll();
void createChar(uint8_t, uint8_t[]);
void setCursor(uint8_t, uint8_t);