📄 lcd_functions.h
字号:
//*****************************************************************************
//
// File........: LCD_functions.h
//
// Author(s)...: ATMEL Norway
//
// Target(s)...: ATmega169
//
// Description.: Functions for LCD_functions.c
//
// Revisions...: 1.0
//
// YYYYMMDD - VER. - COMMENT - SIGN.
//
// 20021015 - 1.0 - File created - LHM
//
//*****************************************************************************
//Functions
void LCD_update(void);
void LCDsetupData(void);
void LCDwriteData(void);
void LCDscrollMsg(void);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -