Files
Projet_Embarque_1ere/src/fonts.h
T
2024-06-07 07:25:20 +02:00

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_ */