URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Details |
Compare with Previous |
View Log
Line No. |
Rev |
Author |
Line |
1 |
581 |
jeremybenn |
//*****************************************************************************
|
2 |
|
|
// +--+
|
3 |
|
|
// | ++----+
|
4 |
|
|
// +-++ |
|
5 |
|
|
// | |
|
6 |
|
|
// +-+--+ |
|
7 |
|
|
// | +--+--+
|
8 |
|
|
// +----+ Copyright (c) 2009 Code Red Technologies Ltd.
|
9 |
|
|
//
|
10 |
|
|
// font.h - header file for font data contained in system_fixed_be_8_15.c
|
11 |
|
|
//
|
12 |
|
|
// Software License Agreement
|
13 |
|
|
//
|
14 |
|
|
// The software is owned by Code Red Technologies and/or its suppliers, and is
|
15 |
|
|
// protected under applicable copyright laws. All rights are reserved. Any
|
16 |
|
|
// use in violation of the foregoing restrictions may subject the user to criminal
|
17 |
|
|
// sanctions under applicable laws, as well as to civil liability for the breach
|
18 |
|
|
// of the terms and conditions of this license.
|
19 |
|
|
//
|
20 |
|
|
// THIS SOFTWARE IS PROVIDED "AS IS". NO WARRANTIES, WHETHER EXPRESS, IMPLIED
|
21 |
|
|
// OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF
|
22 |
|
|
// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE APPLY TO THIS SOFTWARE.
|
23 |
|
|
// USE OF THIS SOFTWARE FOR COMMERCIAL DEVELOPMENT AND/OR EDUCATION IS SUBJECT
|
24 |
|
|
// TO A CURRENT END USER LICENSE AGREEMENT (COMMERCIAL OR EDUCATIONAL) WITH
|
25 |
|
|
// CODE RED TECHNOLOGIES LTD.
|
26 |
|
|
|
27 |
|
|
#ifndef FONT_H_
|
28 |
|
|
#define FONT_H_
|
29 |
|
|
|
30 |
|
|
extern const unsigned char font_data_table[];
|
31 |
|
|
extern const unsigned char font_index_table[];
|
32 |
|
|
|
33 |
|
|
#endif /*FONT_H_*/
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.