Test for STM32F4

Dependents:   Nucleo_SSD1331

Fork of RGB_OLED_SSD1331 by Juergen M

Files at this revision

API Documentation at this revision

Comitter:
kkado
Date:
Wed Aug 02 22:12:49 2017 +0000
Parent:
17:1bcdc92af126
Commit message:
Initial commit

Changed in this revision

src/SSD1331.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 1bcdc92af126 -r 47cbbfc890a8 src/SSD1331.cpp
--- a/src/SSD1331.cpp	Sat Dec 10 22:51:06 2016 +0000
+++ b/src/SSD1331.cpp	Wed Aug 02 22:12:49 2017 +0000
@@ -59,7 +59,7 @@
 #include "DigitalOut.h"
 #include "SPI.h"
 #include "SSD1331.h"
-#include "wait_api.h"
+#include "mbed_wait_api.h"
 
 SSD1331::SSD1331(PinName cs, PinName rst, PinName dc, PinName mosi, PinName miso, PinName sclk)
     :SGL<uint8_t>(RGB_OLED_WIDTH, RGB_OLED_HEIGHT),