19 lines
237 B
C
Raw Permalink Normal View History

2025-05-21 11:31:07 +08:00
/*
* font.h
*
* Created on: 2021<EFBFBD><EFBFBD>3<EFBFBD><EFBFBD>5<EFBFBD><EFBFBD>
* 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_ */