📄 lcd.h
字号:
/* LCD header file (to go with lcd.c) - fw02-05 */
#ifndef _LCD_H_
#define _LCD_H_
/* declare public functions */
void LCD_init(void);
void writeLine(char *string, int line);
void LCD_blank1(void);
void LCD_blank2(void);
#endif /* _LCD_H_ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -