lcdtest.h

来自「测试STN LCM产品」· C头文件 代码 · 共 18 行

H
18
字号
// ------------------------ Header file for lcdtest.c --------------------------

#ifndef LCD_TESTING
#define LCD_TESTING

// ------------------------ Functions Prototypes -------------------------------
	//#define PRODUCT_INFO
	#ifdef PRODUCT_INFO
		// Show the Product Information
		void ShowProductInfo(void);
	#endif
	// Display 8 standard testing graphics
	void LCD_Test(void);
// -----------------------------------------------------------------------------

#include "lcdtest.c"
#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?