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 KS0066U4_16x2 by
Revision 2:47cd49e26bfc, committed 2015-09-21
- Comitter:
- rlanghbv
- Date:
- Mon Sep 21 10:03:05 2015 +0000
- Parent:
- 1:be0ba4cb6c5d
- Child:
- 3:81d65a2a1920
- Commit message:
- LCD Message changed
Changed in this revision
| LCDLib.lib | Show annotated file Show diff for this revision Revisions of this file |
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/LCDLib.lib Sun Sep 20 18:02:03 2015 +0000 +++ b/LCDLib.lib Mon Sep 21 10:03:05 2015 +0000 @@ -1,1 +1,1 @@ -https://developer.mbed.org/users/rlanghbv/code/LCDLib/#dc4f024fd1aa +https://developer.mbed.org/users/rlanghbv/code/LCDLib/#ca413e232eaa
--- a/main.cpp Sun Sep 20 18:02:03 2015 +0000
+++ b/main.cpp Mon Sep 21 10:03:05 2015 +0000
@@ -5,10 +5,10 @@
int main()
{
lcd.gotoxy(1,1);
- lcd.printf("Line nr 1");
+ lcd.printf("First Line");
lcd.gotoxy(4,2);
- lcd.printf("Line nr 2");
+ lcd.printf("Second Line");
while(1) {
wait_ms(300);
