font12x18h.h

来自「small pannel driver using MXIC s 88LV462」· C头文件 代码 · 共 27 行

H
27
字号
/*-------------------------------------------------------------------------
* 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 + =
减小字号Ctrl + -
显示快捷键?