?? main.h
字號:
#include<reg52.h>
#include <intrins.h>
/**************全局變量******************/
unsigned char display_tmp;
unsigned char tmp;
/***************LCD相關(guān)函數(shù)**********************/
void lcd_init(void);
void soft_nop(void);
void soft_10ms(void);
void soft_20ms(void);
bit lcd_checkbusy(void);
void lcd_wrcmd(unsigned char lcdcmd);
void lcd_moveto(char position);
void lcd_wrdata(char lcddata);
void lcd_string(char *strpoint);
void DisplayLCD(void);
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -