K64F Powered ssd1306 128*64 spi OLED
Dependencies: Adafruit_GFX mbed
Revision 1:63facd5c734a, committed 2016-08-10
- Comitter:
- sampleCode
- Date:
- Wed Aug 10 05:22:04 2016 +0000
- Parent:
- 0:11f19153c7da
- Commit message:
- a
Changed in this revision
mbed-src/main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 11f19153c7da -r 63facd5c734a mbed-src/main.cpp --- a/mbed-src/main.cpp Wed Aug 10 05:18:17 2016 +0000 +++ b/mbed-src/main.cpp Wed Aug 10 05:22:04 2016 +0000 @@ -31,7 +31,7 @@ myOled.clearDisplay(); myOled.printf("%ux%u OLED Display\r\n", myOled.width(), myOled.height()); myOled.setTextCursor(0,17); - myOled.printf("blog:engoythe.party\r\n"); + myOled.printf("blog:enjoythe.party\r\n"); myOled.printf("qq:1028917076\r\n"); myOled.printf("phone:1709005xxxxx\r\n"); while(1)