Dave Clarke / Mbed OS Talking_breathalyzer

Dependencies:   Hexi_KW40Z Hexi_OLED_SSD1351 text_to_speak_mbed

Fork of iBreathe_Breathalyzer by Dave Clarke

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers iBreatheImages.h Source File

iBreatheImages.h

00001 /*
00002 * Bitmaps need to be formatted as 16bppRgb565, flipped vertically
00003 * and a 6 byte header needs to be appended at the start of the array.
00004 * Use the following tool to create arrays for images. 
00005 * https://github.com/MikroElektronika/HEXIWEAR/tree/master/SW/ResourceCollectionTool
00006 * It takes an image and outputs the array. It handles the flipping and the 6 byte header.  
00007 * Image needs to be converted outside the tool to fit the screen (96px by 96px).
00008 */
00009 
00010 #include "stdint.h"
00011 
00012 extern const uint8_t iBreatheWS_bmp[18438];
00013 extern const uint8_t iBreatheBlank_bmp[18438];
00014 extern const uint8_t iBreatheBlow_bmp[18438];
00015 extern const uint8_t iBreatheDrink_bmp[18438];
00016 extern const uint8_t iBreatheDrive_bmp[18438];
00017 extern const uint8_t iBreatheHang_bmp[18438];
00018 extern const uint8_t iBreatheini_bmp[18438];
00019 extern const uint8_t iBreatheSober_bmp[18438];