Displays a full size image (96px by 96px) on the Hexiwear OLED display then displays a smaller image (96px by 32px) on the bottom portion of the display.
Dependencies: Hexi_OLED_SSD1351
Fork of Hexi_OLED_Image_Example by
Revision 1:ecdf33275ec0, committed 2016-08-19
- Comitter:
- khuang
- Date:
- Fri Aug 19 00:14:06 2016 +0000
- Parent:
- 0:64580390e64a
- Child:
- 2:2f0f1b37dae3
- Commit message:
- Deleted #include "rtos.h".
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Thu Aug 18 23:55:29 2016 +0000 +++ b/main.cpp Fri Aug 19 00:14:06 2016 +0000 @@ -1,5 +1,4 @@ #include "mbed.h" -#include "rtos.h" #include "Hexi_OLED_SSD1351.h" #include "images.h" #include "OLED_types.h"
