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