Nokia1202 LCD

Dependencies:   mbed mbed-STM32F103C8T6

Files at this revision

API Documentation at this revision

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);
     }
 }