Hexiwear oled display from KDS3

Dependencies:   Hexi_OLED_SSD1351

Committer:
i_am_kitsune
Date:
Wed Sep 13 04:39:40 2017 +0000
Revision:
0:cdbd5046f3d8
Hexiwear Display

Who changed what in which revision?

UserRevisionLine numberNew contents of line
i_am_kitsune 0:cdbd5046f3d8 1 /* Hexiwear NXP Bitmap Images
i_am_kitsune 0:cdbd5046f3d8 2 * This file contains the bitmaps for the full screen (96 by 96 pixels) NXP logo
i_am_kitsune 0:cdbd5046f3d8 3 * and a smaller 96 by 32 pixels NXP logo.
i_am_kitsune 0:cdbd5046f3d8 4 *
i_am_kitsune 0:cdbd5046f3d8 5 * Redistribution and use in source and binary forms, with or without modification,
i_am_kitsune 0:cdbd5046f3d8 6 * are permitted provided that the following conditions are met:
i_am_kitsune 0:cdbd5046f3d8 7 *
i_am_kitsune 0:cdbd5046f3d8 8 * Redistributions of source code must retain the above copyright notice, this list
i_am_kitsune 0:cdbd5046f3d8 9 * of conditions and the following disclaimer.
i_am_kitsune 0:cdbd5046f3d8 10 *
i_am_kitsune 0:cdbd5046f3d8 11 * Redistributions in binary form must reproduce the above copyright notice, this
i_am_kitsune 0:cdbd5046f3d8 12 * list of conditions and the following disclaimer in the documentation and/or
i_am_kitsune 0:cdbd5046f3d8 13 * other materials provided with the distribution.
i_am_kitsune 0:cdbd5046f3d8 14 *
i_am_kitsune 0:cdbd5046f3d8 15 * Neither the name of NXP, nor the names of its
i_am_kitsune 0:cdbd5046f3d8 16 * contributors may be used to endorse or promote products derived from this
i_am_kitsune 0:cdbd5046f3d8 17 * software without specific prior written permission.
i_am_kitsune 0:cdbd5046f3d8 18 *
i_am_kitsune 0:cdbd5046f3d8 19 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
i_am_kitsune 0:cdbd5046f3d8 20 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
i_am_kitsune 0:cdbd5046f3d8 21 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
i_am_kitsune 0:cdbd5046f3d8 22 * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
i_am_kitsune 0:cdbd5046f3d8 23 * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
i_am_kitsune 0:cdbd5046f3d8 24 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
i_am_kitsune 0:cdbd5046f3d8 25 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
i_am_kitsune 0:cdbd5046f3d8 26 * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
i_am_kitsune 0:cdbd5046f3d8 27 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
i_am_kitsune 0:cdbd5046f3d8 28 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
i_am_kitsune 0:cdbd5046f3d8 29 *
i_am_kitsune 0:cdbd5046f3d8 30 * visit: http://www.mikroe.com and http://www.nxp.com
i_am_kitsune 0:cdbd5046f3d8 31 *
i_am_kitsune 0:cdbd5046f3d8 32 * get support at: http://www.mikroe.com/forum and https://community.nxp.com
i_am_kitsune 0:cdbd5046f3d8 33 *
i_am_kitsune 0:cdbd5046f3d8 34 * Project HEXIWEAR, 2015
i_am_kitsune 0:cdbd5046f3d8 35 */
i_am_kitsune 0:cdbd5046f3d8 36
i_am_kitsune 0:cdbd5046f3d8 37 #pragma once
i_am_kitsune 0:cdbd5046f3d8 38 #include "stdint.h"
i_am_kitsune 0:cdbd5046f3d8 39
i_am_kitsune 0:cdbd5046f3d8 40
i_am_kitsune 0:cdbd5046f3d8 41 extern const uint8_t watch_phone_call_gray_bmp[398];
i_am_kitsune 0:cdbd5046f3d8 42 extern const uint8_t watch_phone_call_bmp[398];
i_am_kitsune 0:cdbd5046f3d8 43 extern const uint8_t watch_mail_gray_bmp[306];
i_am_kitsune 0:cdbd5046f3d8 44 extern const uint8_t watch_mail_bmp[306];
i_am_kitsune 0:cdbd5046f3d8 45 extern const uint8_t watch_sms_gray_bmp[370];
i_am_kitsune 0:cdbd5046f3d8 46 extern const uint8_t watch_sms_bmp[370];
i_am_kitsune 0:cdbd5046f3d8 47 extern const uint8_t watch_bluetooth_logo_white_bmp[1206];
i_am_kitsune 0:cdbd5046f3d8 48 extern const uint8_t watch_bluetooth_logo_blue_bmp[1206];
i_am_kitsune 0:cdbd5046f3d8 49 extern const uint8_t celsius_bmp[500];
i_am_kitsune 0:cdbd5046f3d8 50 extern const uint8_t battery_0_bmp[728];
i_am_kitsune 0:cdbd5046f3d8 51 extern const uint8_t battery_1_bmp[728];
i_am_kitsune 0:cdbd5046f3d8 52 extern const uint8_t battery_2_bmp[728];
i_am_kitsune 0:cdbd5046f3d8 53 extern const uint8_t battery_3_bmp[728];
i_am_kitsune 0:cdbd5046f3d8 54 extern const uint8_t battery_4_bmp[728];
i_am_kitsune 0:cdbd5046f3d8 55 extern const uint8_t battery_charge_bmp[728];