source: rtems/c/src/libchip/display/font_hcms29xx.h @ b0f45d8

4.104.115
Last change on this file since b0f45d8 was 9bd5118, checked in by Thomas Doerfler <Thomas.Doerfler@…>, on 07/17/08 at 14:39:34

fixes for display driver

  • Property mode set to 100644
File size: 1.7 KB
Line 
1/*===============================================================*\
2| Project: display driver for HCMS29xx                            |
3+-----------------------------------------------------------------+
4| File: font_hcms29xx.h                                           |
5+-----------------------------------------------------------------+
6|                    Copyright (c) 2008                           |
7|                    Embedded Brains GmbH                         |
8|                    Obere Lagerstr. 30                           |
9|                    D-82178 Puchheim                             |
10|                    Germany                                      |
11|                    rtems@embedded-brains.de                     |
12+-----------------------------------------------------------------+
13| The license and distribution terms for this file may be         |
14| found in the file LICENSE in this distribution or at            |
15|                                                                 |
16| http://www.rtems.com/license/LICENSE.                           |
17|                                                                 |
18+-----------------------------------------------------------------+
19| This file declares the 5x7 bit font used in disp_hcms29xx       |
20+-----------------------------------------------------------------+
21|  $Id$
22\*===============================================================*/
23
24#ifndef FONT_HCMS29XX_H
25#define FONT_HCMS29XX_H
26
27#include "disp_fonts.h"
28
29
30#ifdef __cplusplus
31extern "C" {
32#endif
33
34extern disp_font_t font_hcms29xx;
35
36extern struct disp_font_base font_hcms29xx_base;
37
38#ifdef __cplusplus
39}
40#endif
41
42#endif /* not defined FONT_HCMS29XX_H */
Note: See TracBrowser for help on using the repository browser.