diff options
author | David A. Mellis <d.mellis@arduino.cc> | 2009-07-25 18:26:29 +0000 |
---|---|---|
committer | David A. Mellis <d.mellis@arduino.cc> | 2009-07-25 18:26:29 +0000 |
commit | 58b4e52f7f7340f50f56363575dd2b08d71eec0e (patch) | |
tree | 93ff67618e28af462666b56c36266fba53111092 /libraries/LiquidCrystal/LiquidCrystal.h | |
parent | f504460fc47cbd8d0e127e410263558912259f64 (diff) |
Updating LiquidCrystal API and examples.
Diffstat (limited to 'libraries/LiquidCrystal/LiquidCrystal.h')
-rwxr-xr-x | libraries/LiquidCrystal/LiquidCrystal.h | 10 |
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); |