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
Diff: images.h
- Revision:
- 0:64580390e64a
- Child:
- 2:2f0f1b37dae3
diff -r 000000000000 -r 64580390e64a images.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/images.h Thu Aug 18 23:55:29 2016 +0000 @@ -0,0 +1,5 @@ +#include "stdint.h" + + +extern const uint8_t NXP_whole_bmp[]; +extern const uint8_t NXP_banner_bmp[6150];
