The Electronics Nuke / TextLCD

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