iBreathe Breathalyzer can now talk thanks to the Text to Speech Click Board

Dependencies:   Hexi_KW40Z Hexi_OLED_SSD1351 text_to_speak_mbed

Fork of iBreathe_Breathalyzer by Dave Clarke

iBreatheImages.h

Committer:
daveyclk
Date:
2016-09-28
Revision:
8:3ce1c2cee4b4
Parent:
5:a27fdb811237

File content as of revision 8:3ce1c2cee4b4:

/*
* Bitmaps need to be formatted as 16bppRgb565, flipped vertically
* and a 6 byte header needs to be appended at the start of the array.
* Use the following tool to create arrays for images. 
* https://github.com/MikroElektronika/HEXIWEAR/tree/master/SW/ResourceCollectionTool
* It takes an image and outputs the array. It handles the flipping and the 6 byte header.  
* Image needs to be converted outside the tool to fit the screen (96px by 96px).
*/

#include "stdint.h"

extern const uint8_t iBreatheWS_bmp[18438];
extern const uint8_t iBreatheBlank_bmp[18438];
extern const uint8_t iBreatheBlow_bmp[18438];
extern const uint8_t iBreatheDrink_bmp[18438];
extern const uint8_t iBreatheDrive_bmp[18438];
extern const uint8_t iBreatheHang_bmp[18438];
extern const uint8_t iBreatheini_bmp[18438];
extern const uint8_t iBreatheSober_bmp[18438];