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.
Fork of DigoleSerialDisp by
Revision 6:3ed9cddf46d0, committed 2016-11-04
- Comitter:
- pinfred
- Date:
- Fri Nov 04 14:08:18 2016 +0000
- Parent:
- 5:920614dc6fca
- Child:
- 7:783f39600291
- Commit message:
- na
Changed in this revision
| DigoleSerialDisp.cpp | Show annotated file Show diff for this revision Revisions of this file |
| DigoleSerialDisp.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/DigoleSerialDisp.cpp Mon Oct 24 16:24:54 2016 +0000
+++ b/DigoleSerialDisp.cpp Fri Nov 04 14:08:18 2016 +0000
@@ -303,6 +303,7 @@
write("CL");
}
+
void DigoleSerialDisp::setLCDColRow(uint8_t col, uint8_t row)
{
write("STCR");
--- a/DigoleSerialDisp.h Mon Oct 24 16:24:54 2016 +0000
+++ b/DigoleSerialDisp.h Fri Nov 04 14:08:18 2016 +0000
@@ -227,6 +227,7 @@
/** Clears the display screen */
void clearScreen(void);
+
/** Configure your LCD if other than 1602 and the chip is other than KS0066U/F / HD44780
* @param col is the number of columns
* @param row is the number of rows
