Added new createChar() method. Added new clear() method. Added new scrollDisplayLeft() method. Added new scrollDisplayRight() method. Added support for Arduino alike Custom Character, scroll and clear command interfaces.

Dependents:   mbed_lcd_custom MMA8451_ACELEROMETRO_copy

Fork of TextLCD by The Electronics Nuke

Files at this revision

API Documentation at this revision

Comitter:
mbeded
Date:
Thu Jul 03 21:13:50 2014 +0000
Parent:
33:ec30a01baf4a
Commit message:
Arduino Alike Lcd Library

Changed in this revision

TextLCD.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r ec30a01baf4a -r c382632a6e27 TextLCD.cpp
--- a/TextLCD.cpp	Thu Jul 03 21:04:33 2014 +0000
+++ b/TextLCD.cpp	Thu Jul 03 21:13:50 2014 +0000
@@ -681,6 +681,7 @@
         _writeCommand(0x10 | 0x08 | 0x00);
 }
 
+
 void TextLCD::scrollDisplayRight()
 {
         _writeCommand(0x10 | 0x08 | 0x04);