Files
morse_code_trainer/f103c8t6_keil/MDK-ARM/MYDEIVERS/fonts.h
T
2022-08-18 18:01:08 +08:00

16 lines
484 B
C

#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