15 lines
215 B
C
15 lines
215 B
C
/*
|
|
* fonts.h
|
|
*
|
|
* Created on: 19 avr. 2016
|
|
* Author: cma
|
|
*/
|
|
|
|
#ifndef INC_FONTS_H_
|
|
#define INC_FONTS_H_
|
|
|
|
#define fontdatatype const unsigned char
|
|
extern fontdatatype SmallFont[];
|
|
|
|
#endif /* INC_FONTS_H_ */
|