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 Hexiwear

Committer:
khuang
Date:
Thu Aug 18 23:55:29 2016 +0000
Revision:
0:64580390e64a
Child:
2:2f0f1b37dae3
Hexiwear Image Example; Displays whole image on entire screen then displays smaller image on bottom portion of screen.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
khuang 0:64580390e64a 1 #include "stdint.h"
khuang 0:64580390e64a 2
khuang 0:64580390e64a 3
khuang 0:64580390e64a 4 extern const uint8_t NXP_whole_bmp[];
khuang 0:64580390e64a 5 extern const uint8_t NXP_banner_bmp[6150];