Hexiwear oled display from KDS3

Dependencies:   Hexi_OLED_SSD1351

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers watch.h Source File

watch.h

00001  /*  Hexiwear NXP Bitmap Images
00002  *   This file contains the bitmaps for the full screen (96 by 96 pixels) NXP logo 
00003  *   and a smaller 96 by 32 pixels NXP logo.  
00004  *
00005  * Redistribution and use in source and binary forms, with or without modification,
00006  * are permitted provided that the following conditions are met:
00007  *
00008  * Redistributions of source code must retain the above copyright notice, this list
00009  * of conditions and the following disclaimer.
00010  *
00011  * Redistributions in binary form must reproduce the above copyright notice, this
00012  * list of conditions and the following disclaimer in the documentation and/or
00013  * other materials provided with the distribution.
00014  *
00015  * Neither the name of NXP, nor the names of its
00016  * contributors may be used to endorse or promote products derived from this
00017  * software without specific prior written permission.
00018  *
00019  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
00020  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
00021  * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
00022  * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
00023  * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
00024  * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
00025  * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
00026  * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
00027  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
00028  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
00029  *
00030  * visit: http://www.mikroe.com and http://www.nxp.com
00031  *
00032  * get support at: http://www.mikroe.com/forum and https://community.nxp.com
00033  *
00034  * Project HEXIWEAR, 2015
00035  */
00036  
00037 #pragma once
00038 #include "stdint.h"
00039 
00040 
00041 extern const uint8_t watch_phone_call_gray_bmp[398];
00042 extern const uint8_t watch_phone_call_bmp[398];
00043 extern const uint8_t watch_mail_gray_bmp[306];
00044 extern const uint8_t watch_mail_bmp[306];
00045 extern const uint8_t watch_sms_gray_bmp[370];
00046 extern const uint8_t watch_sms_bmp[370];
00047 extern const uint8_t watch_bluetooth_logo_white_bmp[1206];
00048 extern const uint8_t watch_bluetooth_logo_blue_bmp[1206];
00049 extern const uint8_t celsius_bmp[500];
00050 extern const uint8_t battery_0_bmp[728];
00051 extern const uint8_t battery_1_bmp[728];
00052 extern const uint8_t battery_2_bmp[728];
00053 extern const uint8_t battery_3_bmp[728];
00054 extern const uint8_t battery_4_bmp[728];
00055 extern const uint8_t battery_charge_bmp[728];