增加中文切换功能

Signed-off-by: kevin <kevin@lmve.net>
This commit is contained in:
2022-08-18 18:01:08 +08:00
parent 423048d098
commit ef5d3d2850
41 changed files with 4026 additions and 3786 deletions
+14
View File
@@ -1 +1,15 @@
#ifndef FONTS_H_
#define FONTS_H_
#include "main.h"
/*************************************************************************************************************************************************************************************/
//5*8 ASCII?????
extern const char asc2_0805[95][8];
//6*12 ASCII?????
extern const char asc2_1206[95][12];
//8*16 ASCII?????
extern const char asc2_1608[95][16];
extern const char chfonst1616_index[];
extern const char chfonst1616[][32];
#endif