Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: mbed_lcd_custom MMA8451_ACELEROMETRO_copy
Fork of TextLCD by
Revision 34:c382632a6e27, committed 2014-07-03
- 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);
