📄 lcd.c
字号:
#include <lcd.h>
/* RW=0 Write
EN=1 enable short than RW the fall edge read or write data
RS=1 data RS=0 command equal RW*/
void WriteLcdData(char data)
{
}
void WriteLcdCOM(chan com)
{
}
void InitLcd()
{
}
void printfLCD(char position, char * string)
{
}
void delay(unsigned int tick)
{
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -