单片机中断型两按键1602菜单程序.docx
- 文档编号:30104175
- 上传时间:2023-08-05
- 格式:DOCX
- 页数:16
- 大小:16.84KB
单片机中断型两按键1602菜单程序.docx
《单片机中断型两按键1602菜单程序.docx》由会员分享,可在线阅读,更多相关《单片机中断型两按键1602菜单程序.docx(16页珍藏版)》请在冰豆网上搜索。
单片机中断型两按键1602菜单程序
#include
#include
#defineucharunsignedchar
#defineuintunsignedint
sbits1=P2^6;
sbits2=P2^7;
sbitLCM_E=P0^2;//定义接口
sbitLCM_RW=P0^1;
sbitLCM_RS=P0^0;
#defineLCM_DataP1//数据接口
voidLCM_WriteData(ucharWDLCM);
voidLCM_WriteCommand(ucharWCLCM,BuysC);
voidLCM_WriteCommand0(ucharWCLCM,BuysC);
ucharLCM_ReadStatus(void);
voidLCM_Init(void);
voidDisplayOneChar(ucharX,ucharY,ucharDData);
voidDisplayListChar(ucharX,ucharY,ucharcode*DData);
voidDelay5Ms(void);
voidDelay400Ms(void);
uintCount_a=0;//菜单翻页计数;
uintCount_b;//比较值
uintCount_c=0;//子菜单计数
uinta_1=1;
uintb_1=0;
uintc_1=0;
uintd_1=0;
ucharcodenet0[]={"1.Writing"};
ucharcodenet1[]={"2.four-words"};
ucharcodenet2[]={"3.Re-display"};
ucharcodenet3[]={"4.Erase"};
ucharcodenet4[]={"5.Drag"};
ucharcodenet5[]={"Return"};
ucharcodenet6[]={"Frist_word"};
ucharcodenet7[]={"Second_word"};
ucharcodenet8[]={"Third_word"};
ucharcodenet9[]={"Fourth_word"};
ucharcodenet10[]={">"};
voiddelay(uinti)
{
while(i--);
}
voidoutside_int()interrupt0
{
EX0=0;
if((s1==0)&&(s2==1))
{delay(5000);
if((s1==0)&&(s2==1))
{Count_b=(P2&0xc0);
if(Count_b==0x80){Count_a++;}
if(Count_a==5)Count_a=0;
while(s1!
=1);
}
}
if((s2==0)&&(s1==1))
{delay(5000);
if((s2==0)&&(s1==1))
{Count_b=(P2&0xc0);
if(Count_b==0x40){
a_1=0;
b_1++;
if(Count_a==1&&(b_1<6)){Count_c=1;d_1++;}
else{Count_c=0;d_1=0;}
if(b_1==6)b_1=2;
if((a_1==0&&b_1==2)&&(d_1==0)){a_1=1;b_1=0;}
}
while(s2!
=1);
}
}EX0=1;}
voidmain(void)
{
IT0=1;
EX0=1;
EA=1;
Delay400Ms();//启动等待,等LCM讲入工作状态
LCM_Init();//LCM初始化
Delay5Ms();//延时片刻(可不要)
while
(1)
{
if(a_1==1)
{
switch(Count_a)
{
case0:
LCM_WriteCommand(0x80,0);
delay(30);
DisplayListChar(0,0,net10);
delay(30);
DisplayListChar(1,0,net0);
delay(30);
DisplayListChar(0,1,net1);
Delay400Ms();
Delay400Ms();
LCM_WriteCommand(0x01,1);
break;
case1:
LCM_WriteCommand(0x80,0);
delay(30);
DisplayListChar(0,0,net10);
delay(30);
DisplayListChar(1,0,net1);
delay(30);
DisplayListChar(0,1,net2);
Delay400Ms();
Delay400Ms();
LCM_WriteCommand(0x01,1);
break;
case2:
LCM_WriteCommand(0x80,0);
delay(30);
DisplayListChar(0,0,net10);
delay(30);
DisplayListChar(1,0,net2);
delay(30);
DisplayListChar(0,1,net3);
Delay400Ms();
Delay400Ms();
LCM_WriteCommand(0x01,1);
break;
case3:
LCM_WriteCommand(0x80,0);
delay(30);
DisplayListChar(0,0,net10);
delay(30);
DisplayListChar(1,0,net3);
delay(30);
DisplayListChar(0,1,net4);
Delay400Ms();
Delay400Ms();
LCM_WriteCommand(0x01,1);
break;
case4:
LCM_WriteCommand(0x80,0);
delay(30);
DisplayListChar(0,0,net10);
delay(30);
DisplayListChar(1,0,net4);
delay(30);
DisplayListChar(0,1,net0);
Delay400Ms();
Delay400Ms();
LCM_WriteCommand(0x01,1);
break;
}
}
if(a_1==0)
{
switch(Count_c)
{case0:
LCM_WriteCommand(0x80,0);
delay(30);
DisplayListChar(0,0,net10);
delay(30);
DisplayListChar(1,0,net5);
Delay400Ms();
Delay400Ms();
LCM_WriteCommand(0x01,1);
break;
case1:
switch(d_1){
case1:
LCM_WriteCommand(0x80,0);
delay(30);
DisplayListChar(0,0,net10);
delay(30);
DisplayListChar(1,0,net6);
delay(30);
DisplayListChar(0,1,net7);
Delay400Ms();
Delay400Ms();
LCM_WriteCommand(0x01,1);
break;
case2:
LCM_WriteCommand(0x80,0);
delay(30);
DisplayListChar(0,0,net10);
delay(30);
DisplayListChar(1,0,net7);
delay(30);
DisplayListChar(0,1,net8);
Delay400Ms();
Delay400Ms();
LCM_WriteCommand(0x01,1);
break;
case3:
LCM_WriteCommand(0x80,0);
delay(30);
DisplayListChar(0,0,net10);
delay(30);
DisplayListChar(1,0,net8);
delay(30);
DisplayListChar(0,1,net9);
Delay400Ms();
Delay400Ms();
LCM_WriteCommand(0x01,1);
break;
case4:
LCM_WriteCommand(0x80,0);
delay(30);
DisplayListChar(0,0,net10);
delay(30);
DisplayListChar(1,0,net9);
delay(30);
DisplayListChar(0,1,net5);
Delay400Ms();
Delay400Ms();
LCM_WriteCommand(0x01,1);
break;
case5:
LCM_WriteCommand(0x80,0);
delay(30);
DisplayListChar(0,0,net10);
delay(30);
DisplayListChar(1,0,net5);
Delay400Ms();
Delay400Ms();
LCM_WriteCommand(0x01,1);
break;
}
}
}
}
}
/****************************1602A写数据函数**************************/
/*函数原型:
voidLCM_WriteData(ucharWDLCM)
/*函数功能:
1602A写数据
/*输入参数:
要写入的数据
/*输出参数:
无
/*调用模块:
/*建立时间:
2005/11/14
/*作者:
站长
/**********************************************************************/
voidLCM_WriteData(ucharWDLCM)
{
LCM_ReadStatus();//检测忙
LCM_Data=WDLCM;
LCM_RS=1;
LCM_RW=0;
LCM_E=0;//若晶振速度太高可以在这后加小的延时
LCM_E=0;//延时
LCM_E=1;
}
/****************************1602A写指令函数**************************/
/*函数原型:
voidLCM_WriteCommand(ucharWCLCM,BuysC)
/*函数功能:
1602A写指令
/*输入参数:
要写入的指令
/*输出参数:
无
/*调用模块:
/*建立时间:
2005/11/14
/*作者:
站长
/**********************************************************************/
voidLCM_WriteCommand(ucharWCLCM,BuysC)//BuysC为0时忽略忙检测
{
if(BuysC)LCM_ReadStatus();//根据需要检测忙
LCM_Data=WCLCM;
LCM_RS=0;
LCM_RW=0;
LCM_E=0;
LCM_E=0;
LCM_E=1;
}
/****************************1602A读状态函数**************************/
/*函数原型:
ucharLCM_ReadData(void)
/*函数功能:
1602A读状态
/*输入参数:
无
/*输出参数:
1602A返回的状态
/*调用模块:
/*建立时间:
2005/11/14
/*作者:
站长
/**********************************************************************/
ucharLCM_ReadStatus(void)
{
LCM_Data=0xFF;
LCM_RS=0;
LCM_RW=1;
LCM_E=0;
LCM_E=0;
LCM_E=1;
while(LCM_Data&0x80);//检测忙信号
return(LCM_Data);
}
/****************************1602A初始化函数**************************/
/*函数原型:
voidLCM_Init(void)
/*函数功能:
1602A初始化
/*输入参数:
无
/*输出参数:
无
/*调用模块:
/*建立时间:
2005/11/14
/*作者:
站长
/**********************************************************************/
voidLCM_Init(void)
{
LCM_Data=0;
LCM_WriteCommand(0x38,0);//三次显示模式设置,不检测忙信号
Delay5Ms();
LCM_WriteCommand(0x38,0);
Delay5Ms();
LCM_WriteCommand(0x38,0);
Delay5Ms();
LCM_WriteCommand(0x38,1);//显示模式设置,开始要求每次检测忙信号
LCM_WriteCommand(0x08,1);//关闭显示
LCM_WriteCommand(0x01,1);//显示清屏
LCM_WriteCommand(0x06,1);//显示光标移动设置
LCM_WriteCommand(0x0C,1);//显示开及光标设置
}
/******************1602A按指定位置显示一个字符函数**********************/
/*函数原型:
voidDisplayOneChar(ucharX,ucharY,ucharDData)
/*函数功能:
1602A按指定位置显示一个字符
/*输入参数:
X坐标Y坐标要显示的字符
/*输出参数:
无
/*调用模块:
/*建立时间:
2005/11/14
/*作者:
站长
/**********************************************************************/
voidDisplayOneChar(ucharX,ucharY,ucharDData)
{
Y&=0x1;
X&=0xF;//限制X不能大于15,Y不能大于1
if(Y)X|=0x40;//当要显示第二行时地址码+0x40;
X|=0x80;//算出指令码
LCM_WriteCommand(X,0);//这里不检测忙信号,发送地址码
LCM_WriteData(DData);
}
/*******************1602A按指定位置显示一串字符函数*********************/
/*函数原型:
voidDisplayListChar(ucharX,ucharY,ucharcode*DData)
/*函数功能:
1602A按指定位置显示一个字符
/*输入参数:
X坐标Y坐标要显示字符串的首地址
/*输出参数:
无
/*调用模块:
/*建立时间:
2005/11/14
/*作者:
站长
/**********************************************************************/
voidDisplayListChar(ucharX,ucharY,ucharcode*DData)
{
ucharListLength;
ListLength=0;
Y&=0x1;
X&=0xF;//限制X不能大于15,Y不能大于1
while(DData[ListLength]>0x20)//若到达字串尾则退出
{
if(X<=0xF)//X坐标应小于0xF
{
DisplayOneChar(X,Y,DData[ListLength]);//显示单个字符
ListLength++;
X++;
}
}
}
/********************5ms延时函数************************/
/*函数原型:
voidDelay5Ms(void)
/*函数功能:
5ms延时
/*输入参数:
无
/*输出参数:
无
/*调用模块:
/*建立时间:
2005/11/14
/*作者:
站长
/**********************************************************************/
voidDelay5Ms(void)
{
unsignedintTempCyc=5552;
while(TempCyc--);
}
/********************400ms延时延时函数************************/
/*函数原型:
voidDelay400Ms(void)
/*函数功能:
400ms延时延时
/*输入参数:
无
/*输出参数:
无
/*调用模块:
/*建立时间:
2005/11/14
/*作者:
站长
/**********************************************************************/
voidDelay400Ms(void)
{
ucharTempCycA=5;
unsignedintTempCycB;
while(TempCycA--)
{
TempCycB=7269;
while(TempCycB--);
};
}
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 单片机 中断 按键 1602 菜单 程序