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 SLCD by
Revision 11:4afb2276def1, committed 2017-01-21
- Comitter:
- annalou
- Date:
- Sat Jan 21 20:14:43 2017 +0000
- Parent:
- 10:ef2b3b7f1b01
- Commit message:
- AMart_SSD447_HW1.1
Changed in this revision
SLCD.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r ef2b3b7f1b01 -r 4afb2276def1 SLCD.cpp --- a/SLCD.cpp Sun Mar 23 19:55:14 2014 +0000 +++ b/SLCD.cpp Sat Jan 21 20:14:43 2017 +0000 @@ -157,8 +157,8 @@ CharPosition = 0; if (lbValue == '.') { - // Use built-in dot - DP(CharPosition-1, true); + //Use built-in dot + DP(CharPosition-1, false); return; }