📄 lcdtest.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 + -