📄 font12x18h.h
字号:
/*-------------------------------------------------------------------------
* Name Font12x18H.H
*
* Description This is mono bitmap font table.
* There are 96 character in table and each character has 36bytes
* The char is from ASCII code 0x20 to 0x7F
-------------------------------------------------------------------------*/
#ifndef _Font12x18_H_
#define _Font12x18_H_
#ifndef _Font12x18_
#define global_font12x18 extern
#else
#define global_font12x18
#endif
//*-------------------------------------------------------------------
//* Global Constants
//*-------------------------------------------------------------------
global_font12x18 code unsigned char Font12x18[576];
//*-------------------------------------------------------------------
//* Global Function
//*-------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -