⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 lcdtest.h

📁 测试STN LCM产品
💻 H
字号:
// ------------------------ 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -