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.
Dependencies: 4DGL-uLCD-SE mbed
Fork of uLCD_test by
Revision 1:cabfe6d67c62, committed 2017-08-30
- Comitter:
- slicht
- Date:
- Wed Aug 30 19:33:19 2017 +0000
- Parent:
- 0:53bbc6d1d4de
- Commit message:
- Test commit "double Rocks"
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Sat Aug 26 23:35:29 2017 +0000 +++ b/main.cpp Wed Aug 30 19:33:19 2017 +0000 @@ -45,6 +45,6 @@ wait(.5); // uLCD.text_width(2); //4X size text // uLCD.text_height(2); - uLCD.text_string("ROCKS", 5, 13, FONT_7X8, RED); + uLCD.text_string("Double ROCKS", 5, 13, FONT_7X8, RED); wait(200); } \ No newline at end of file