Oled Adafruit i2c SSD1306

Dependencies:   Adafruit_GFX mbed

Fork of Test_OLED_Display by Johannes Stratmann

Files at this revision

API Documentation at this revision

Comitter:
franni
Date:
Wed Nov 29 12:07:40 2017 +0000
Parent:
9:b266f4f3538e
Commit message:
Oles i2c

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Thu Nov 02 23:18:10 2017 +0000
+++ b/main.cpp	Wed Nov 29 12:07:40 2017 +0000
@@ -1,7 +1,7 @@
 #include "mbed.h"
 #include "Adafruit_SSD1306.h"
-#define SDA                  PTC11
-#define SCL                  PTC10
+#define SDA PTE0
+#define SCL PTE1
 
 class I2C2 : public I2C
 {