summaryrefslogtreecommitdiff
path: root/libraries/MultiLCD/PCD8544.h
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/MultiLCD/PCD8544.h')
-rw-r--r--libraries/MultiLCD/PCD8544.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libraries/MultiLCD/PCD8544.h b/libraries/MultiLCD/PCD8544.h
index 927ec47..c6e8d43 100644
--- a/libraries/MultiLCD/PCD8544.h
+++ b/libraries/MultiLCD/PCD8544.h
@@ -88,6 +88,11 @@ class PCD8544: public Print {
// Draw a chart element at the current cursor position...
void drawColumn(unsigned char lines, unsigned char value);
+ void changeLine()
+ {
+ column = 0;
+ line ++;
+ }
protected:
// Current cursor position...
unsigned char column;