Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of RGB_OLED_SSD1331 by
Revision 18:47cbbfc890a8, committed 2017-08-02
- 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 |
--- 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),