From 2e2defb19785dea4362b11f5b311e42605450fd0 Mon Sep 17 00:00:00 2001 From: Stanley Huang Date: Sun, 28 Apr 2013 01:33:32 +0800 Subject: update MultiLCD library --- obdlogger/PCD8544.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'obdlogger/PCD8544.h') diff --git a/obdlogger/PCD8544.h b/obdlogger/PCD8544.h index 927ec47..c6e8d43 100644 --- a/obdlogger/PCD8544.h +++ b/obdlogger/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; -- cgit v1.2.3