Repo_test
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 |
diff -r 53bbc6d1d4de -r cabfe6d67c62 main.cpp --- 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