Bit maps of the images drawn to the screens for the Hexi Sensor Project
Dependents: Hexi_Sensor_System DL144128_LCD_b
images.h@0:0b8e42a60c17, 2017-03-27 (annotated)
- Committer:
- Gfolker
- Date:
- Mon Mar 27 17:35:39 2017 +0000
- Revision:
- 0:0b8e42a60c17
New screens implemented with button presses
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Gfolker | 0:0b8e42a60c17 | 1 | /* Hexiwear NXP Bitmap Images |
Gfolker | 0:0b8e42a60c17 | 2 | * This file contains the bitmaps for the full screen (96 by 96 pixels) NXP logo |
Gfolker | 0:0b8e42a60c17 | 3 | * and a smaller 96 by 32 pixels NXP logo. |
Gfolker | 0:0b8e42a60c17 | 4 | * |
Gfolker | 0:0b8e42a60c17 | 5 | * Redistribution and use in source and binary forms, with or without modification, |
Gfolker | 0:0b8e42a60c17 | 6 | * are permitted provided that the following conditions are met: |
Gfolker | 0:0b8e42a60c17 | 7 | * |
Gfolker | 0:0b8e42a60c17 | 8 | * Redistributions of source code must retain the above copyright notice, this list |
Gfolker | 0:0b8e42a60c17 | 9 | * of conditions and the following disclaimer. |
Gfolker | 0:0b8e42a60c17 | 10 | * |
Gfolker | 0:0b8e42a60c17 | 11 | * Redistributions in binary form must reproduce the above copyright notice, this |
Gfolker | 0:0b8e42a60c17 | 12 | * list of conditions and the following disclaimer in the documentation and/or |
Gfolker | 0:0b8e42a60c17 | 13 | * other materials provided with the distribution. |
Gfolker | 0:0b8e42a60c17 | 14 | * |
Gfolker | 0:0b8e42a60c17 | 15 | * Neither the name of NXP, nor the names of its |
Gfolker | 0:0b8e42a60c17 | 16 | * contributors may be used to endorse or promote products derived from this |
Gfolker | 0:0b8e42a60c17 | 17 | * software without specific prior written permission. |
Gfolker | 0:0b8e42a60c17 | 18 | * |
Gfolker | 0:0b8e42a60c17 | 19 | * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
Gfolker | 0:0b8e42a60c17 | 20 | * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
Gfolker | 0:0b8e42a60c17 | 21 | * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
Gfolker | 0:0b8e42a60c17 | 22 | * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR |
Gfolker | 0:0b8e42a60c17 | 23 | * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
Gfolker | 0:0b8e42a60c17 | 24 | * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
Gfolker | 0:0b8e42a60c17 | 25 | * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
Gfolker | 0:0b8e42a60c17 | 26 | * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
Gfolker | 0:0b8e42a60c17 | 27 | * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
Gfolker | 0:0b8e42a60c17 | 28 | * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
Gfolker | 0:0b8e42a60c17 | 29 | * |
Gfolker | 0:0b8e42a60c17 | 30 | * visit: http://www.mikroe.com and http://www.nxp.com |
Gfolker | 0:0b8e42a60c17 | 31 | * |
Gfolker | 0:0b8e42a60c17 | 32 | * get support at: http://www.mikroe.com/forum and https://community.nxp.com |
Gfolker | 0:0b8e42a60c17 | 33 | * |
Gfolker | 0:0b8e42a60c17 | 34 | * Project HEXIWEAR, 2015 |
Gfolker | 0:0b8e42a60c17 | 35 | */ |
Gfolker | 0:0b8e42a60c17 | 36 | |
Gfolker | 0:0b8e42a60c17 | 37 | |
Gfolker | 0:0b8e42a60c17 | 38 | #include "stdint.h" |
Gfolker | 0:0b8e42a60c17 | 39 | extern const uint8_t homescreen_bmp[]; |
Gfolker | 0:0b8e42a60c17 | 40 | extern const uint8_t co_bmp[]; |
Gfolker | 0:0b8e42a60c17 | 41 | extern const uint8_t airquality_bmp[]; |