]> begriffs open source - freertos/blob - Demo/CORTEX_MPU_LPC1768_GCC_RedSuite/src/LCD/font.h
First Red Suite project for FreeRTOS MPU.
[freertos] / Demo / CORTEX_MPU_LPC1768_GCC_RedSuite / src / LCD / font.h
1 //*****************************************************************************\r
2 //   +--+       \r
3 //   | ++----+   \r
4 //   +-++    |  \r
5 //     |     |  \r
6 //   +-+--+  |   \r
7 //   | +--+--+  \r
8 //   +----+    Copyright (c) 2009 Code Red Technologies Ltd. \r
9 //\r
10 // font.h - header file for font data contained in system_fixed_be_8_15.c\r
11 //\r
12 // Software License Agreement\r
13 // \r
14 // The software is owned by Code Red Technologies and/or its suppliers, and is \r
15 // protected under applicable copyright laws.  All rights are reserved.  Any \r
16 // use in violation of the foregoing restrictions may subject the user to criminal \r
17 // sanctions under applicable laws, as well as to civil liability for the breach \r
18 // of the terms and conditions of this license.\r
19 // \r
20 // THIS SOFTWARE IS PROVIDED "AS IS".  NO WARRANTIES, WHETHER EXPRESS, IMPLIED\r
21 // OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF\r
22 // MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE APPLY TO THIS SOFTWARE.\r
23 // USE OF THIS SOFTWARE FOR COMMERCIAL DEVELOPMENT AND/OR EDUCATION IS SUBJECT\r
24 // TO A CURRENT END USER LICENSE AGREEMENT (COMMERCIAL OR EDUCATIONAL) WITH\r
25 // CODE RED TECHNOLOGIES LTD. \r
26 \r
27 #ifndef FONT_H_\r
28 #define FONT_H_\r
29 \r
30 extern const unsigned char font_data_table[];\r
31 extern const unsigned char font_index_table[];\r
32 \r
33 #endif /*FONT_H_*/\r