2025-05-21 11:31:07 +08:00

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