CH552/src/keil/LCD/usr/font.h

14 lines
180 B
C
Raw Normal View History

2019-05-24 05:16:18 +02:00
#ifndef __FONT_H
#define __FONT_H
extern unsigned char code image[];
extern unsigned char code hanzi[];
extern unsigned char code asc2_1608[1520];
#endif