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.
Dependencies: Hexi_OLED_SSD1351
Fork of Hexi_OLED_Text_Example by
Revision 4:4e35f2e4b786, committed 2016-08-28
- Comitter:
- cotigac
- Date:
- Sun Aug 28 16:48:46 2016 +0000
- Parent:
- 3:d633281e5f83
- Commit message:
- removed dependencies to font and oled types
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Fri Aug 26 23:52:37 2016 +0000
+++ b/main.cpp Sun Aug 28 16:48:46 2016 +0000
@@ -1,7 +1,5 @@
#include "mbed.h"
#include "Hexi_OLED_SSD1351.h"
-#include "OLED_types.h"
-#include "OpenSans_Font.h"
#include "string.h"
int main() {
