19 lines
237 B
C
19 lines
237 B
C
/*
|
|
* font.h
|
|
*
|
|
* Created on: 2021年3月5日
|
|
* Author: Administrator
|
|
*/
|
|
|
|
#ifndef FONT_H_
|
|
#define FONT_H_
|
|
|
|
|
|
extern const unsigned char F6x8[][6];
|
|
extern const unsigned char F8X16[];
|
|
extern char Hzk[][32];
|
|
|
|
|
|
|
|
#endif /* FONT_H_ */
|