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