lc75823.h

来自「液晶驱动LC75823的驱动程序源代码」· C头文件 代码 · 共 25 行

H
25
字号
#ifndef LC75823_H
#define LC75823_H

#ifdef LC75823

#define LCD_BUFFER_SIZE 10//10*16=160


#define LC75823_ADDRESS	0X41

#define DR_1_2_BIAS	0
#define DR_1_3_BIAS	0X04

#define SC_ON	0
#define SC_OFF	0X02


#define BU_NORMAL	0
#define BU_POWER_SAVING	1

void LC75823_Write_Buffer();

#endif

#endif//LC75823_H

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?