Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: Hexi_KW40Z Hexi_OLED_SSD1351 text_to_speak_mbed
Fork of iBreathe_Breathalyzer by
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];
Generated on Mon Jul 18 2022 00:12:08 by
1.7.2
