lcd8.h
来自「c kjlzhgohg asd ioh poas dpjpu asd jopj」· C头文件 代码 · 共 15 行
H
15 行
#ifndef __LCD8_H#define __LCD8_H
void LCD8_init( volatile unsigned long *ctrl_port, // Control port
volatile unsigned long *data_port, // DATA port
unsigned char rs_pin, // RS
unsigned char rw_pin, // RW
unsigned char e_pin, // E
unsigned char D0_pin); // D0 bit position (8-bit data bus D[7..0])
void LCD8_sendstr (char x, char y, const unsigned char *p);
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?