Nokia1202 LCD
Dependencies: mbed mbed-STM32F103C8T6
Revision 2:7e4457bc20b0, committed 2019-01-16
- Comitter:
- moyoumos
- Date:
- Wed Jan 16 09:10:14 2019 +0000
- Parent:
- 1:621d776b1313
- Commit message:
- test for the Nokia 1202 LCD (STM32F103C8T6)
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Wed Jan 16 09:04:20 2019 +0000
+++ b/main.cpp Wed Jan 16 09:10:14 2019 +0000
@@ -17,5 +17,6 @@
lcd.print("Hello, World!");
wait(5.0);
lcd.clear(); // clear display
+ wait(2.0);
}
}