1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

Updating LiquidCrystal API and examples.

This commit is contained in:
David A. Mellis
2009-07-25 18:26:29 +00:00
parent b72521d35b
commit 97706deda0
7 changed files with 34 additions and 30 deletions

View File

@ -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);