bla

Fork of SeeedGrayOLED by Dan Cohen

Files at this revision

API Documentation at this revision

Comitter:
mr_cub3
Date:
Tue Mar 14 13:41:46 2017 +0000
Parent:
1:05a64dcb7603
Commit message:
lhklhl

Changed in this revision

SeeedGrayOLED.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/SeeedGrayOLED.cpp	Sat Dec 20 06:50:25 2014 +0000
+++ b/SeeedGrayOLED.cpp	Tue Mar 14 13:41:46 2017 +0000
@@ -304,6 +304,7 @@
     {
         putChar(String[i]);     
         i++;
+        wait_ms(125);
     }
 }