CH552/project/LCD/usr/font.h
2019-04-04 17:42:35 +08:00

14 lines
180 B
C

#ifndef __FONT_H
#define __FONT_H
extern unsigned char code image[];
extern unsigned char code hanzi[];
extern unsigned char code asc2_1608[1520];
#endif