⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 lcd.h

📁 Keil for Arm Philip2124系列
💻 H
字号:


#ifndef _lcd_h_
#define	_lcd_h_

#include "inandout.h"

#define Flag_Cursor_Move_left   1
#define Flag_Cursor_Move_right  2
#define Flag_Value_Increase		3
#define Flag_Value_Decrease     4


#define addr_num   40

struct LCD
{ 
    volatile int addr[addr_num];
	volatile uint8 ch_lcd[addr_num];
	volatile int Set_addr;
	volatile uint8 set_char;
	volatile int IsSeting;  	
	volatile int CurrentIndex;
} ;




#endif


⌨️ 快捷键说明

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