Write the OLED(using I2C)

Dependencies:   Adafruit_GFX mbed

Fork of I2C_SSD1306_Helloworld_WIZwiki-W7500 by IOP

Files at this revision

API Documentation at this revision

Comitter:
binoit
Date:
Tue Sep 18 10:31:00 2018 +0000
Parent:
13:52e9c29e2f88
Commit message:
Test_LCD_I2C

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
diff -r 52e9c29e2f88 -r 8064e493e35a main.cpp
--- a/main.cpp	Wed Apr 19 04:07:40 2017 +0000
+++ b/main.cpp	Tue Sep 18 10:31:00 2018 +0000
@@ -1,7 +1,7 @@
 #include "mbed.h"
 #include "Adafruit_SSD1306.h"
 
-DigitalOut myled_R(LED_RED);
+DigitalOut myled_R(LED1);
 
 I2C i2c(PA_10,PA_9);
 
diff -r 52e9c29e2f88 -r 8064e493e35a mbed.bld
--- a/mbed.bld	Wed Apr 19 04:07:40 2017 +0000
+++ b/mbed.bld	Tue Sep 18 10:31:00 2018 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/6f327212ef96
\ No newline at end of file
+http://mbed.org/users/mbed_official/code/mbed/builds/e95d10626187
\ No newline at end of file