Subversion Repositories Projects

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
730 woggle 1
/*
2
 *  font8x8.h
3
 *  LCD-OSD
4
 *
5
 *  Created by Peter Mack on 26.12.09.
6
 *  Copyright 2009 SCS GmbH & Co. KG. All rights reserved.
7
 *
8
 */
9
 
10
#ifndef _FONT8X8_H
11
#define _FONT8X8_H
12
 
13
#include <avr/pgmspace.h>
14
 
15
//*****************************************************************************
16
// 
17
extern prog_uint8_t font8x8[256][8];
18
 
19
#endif