Hexiwear Alert System / Mbed OS Hexi

Dependencies:   Hexi_KW40Z Hexi_OLED_SSD1351 nRF24L01 FXOS8700

Revision:
3:065e8a7824d4
Parent:
2:172492c41c48
Child:
8:5532a9c895be
--- a/images.h	Thu Mar 09 04:34:39 2017 +0000
+++ b/images.h	Thu Mar 09 20:33:10 2017 +0000
@@ -1,4 +1,8 @@
 #include "stdint.h"
-extern const uint8_t HexiSafe96_bmp[18438];
+extern const uint8_t  HexiSafe96_bmp[18438];
+extern const uint8_t  HeartRate_bmp[18438];
+extern const uint8_t  FallDet_bmp[18438];
+extern const uint8_t  FallDetPage_bmp[18438];
+extern const uint8_t  Home_bmp[18438];
+extern const uint8_t  HeartRatePage_bmp[18438];
 
-