12864液晶电子钟具有按键可调闹钟温度显示理解才是最主要程序已全部通过硬件测试,请放心使用。(没有使用到DS1302/某某某某某某某某某某某某12864时钟显示函数某某某某某某某某某某某某某//某某某某某某实现时间走动、按键控制、蜂鸣器闹铃、温度显示某某某某某某/#include<reg52.h>#include<tdio.h>#defineucharunignedchar#defineuintunignedint/某某某某某某某某某某某某某某某某某某某某功能:定义液晶12864控制端接口某某某某某某某某某某某某某某某某某某某某某/bitr=P2A6;//注意:rw控制端始终为低电平,直接在硬件上接低电平biten=P2A7;bitwd=P2A0;//温度传感器信号线/某某某某某某某某某某某某某某某某某某某某功能:定义蜂鸣器、按键接口某某某某某某某某某某某某某某某某某某某某某/bitbeet=P2A2;/Z蜂鸣器定义bitkey1=P1A0;//功能选择bitkey2=P1Al;//至加bitkey3=P1A2;//至减bitkey4=P1A3;//北京时间与闹钟时间画面切换/某某某某某某某某某某某某某某某某某某某某功能:定义数据初始值某某某某某某某某某某某某某某某某某某某某某某某某某某某某某某/charhour=23,minute=59,econd=58,count=0;charhi=0,fen=0,miao=0,hm;intyear=2022;charmonth=12,day=30,mm=0,cc=7;uinttemp;floatf_temp;/某某某某某某某某某某某某某某某某某某某某功能:定义数组字符串某某某某某某某某某某某某某某某某某某某某某/ucharcodetable1[]=("幸福牌电子钟"};ucharcodetable2[]=("温馨提示:00.0C"};/某某某某某某某某某某某某某某某某某某某某功能:延时函数某某某某某某某某某某某某某某某某某某某某某某某某某某某/voiddelay(uintz)(uint某,y;for(某=z;某>0;某--)for(y=110;y>0;y--);}/某某某某某某某某某某某某某某某某某某某功能:蜂鸣器响应某某某某某某某某某某某某某某某某某某某某某某某/voidfengmingqi()(beet=0;delay(1);beet=1;delay(1);}理解才是最主要/某某某某某某某某某某某某某某某某某某某某功能:液晶12864读写数据某某某某某某某某某某某某某某某某某某/void某ieling_hu(ucharaa,ucharbb)(if(aa==1)(r=0;}if(aa==0)(r=1;}P0=bb;delay(1);en=1;delay(1);en=0;delay(1);液晶12864写入地址某某某某某某某某某某某某某某某某某某/witch(某)入字符串某某某某某某某某某某某某某某某某某/void某ieludizhi(uchar/某某某某某某某某某某某某某某某某某某某某功能:某,uchary)cae1:某ieling_hu(1,0某80+y);return;//return返回的意思cae2:某ieling_hu(1,0某90+y);return;cae3:某ieling_hu(1,0某88+y);return;cae4:某ieling_hu(1,0某98+y);return;/某某某某某某某某某某某某某某某某某某某某功能:12864写void某iezifuchuan(uchar某dd)(while(某dd!='\0')(某ieling_hu(0,某dd++);}}/某某某某某某某某某某某某某某某某某某某某功能:液晶屏函数某某某某某某某某某某某某某某某某某某某某某/voidqingping()(某ieling_hu(1,0某01);//清屏某ieling_hu(1,0某01);//清屏某ieling_hu(1,0某01);//清屏delay(20);}/某某某某某某某某某某某某某某某某某某某某功能:液晶始化指令操作某某某某某某某某某某某某某某某某某某/12864清12864初voidinit_12864()某ieling_hu(1,0某30);//基本指令操作某ieling_hu(1,0某30);//基本指令操作某0C);//0某0c:无光标,。某OF:光标反白显示某ieling_hu(1,0某01);//清屏理解才是最主要/某某某某某某某某某某某某某某某某某某某某功能:液晶12864初始化字串显示某某某某某某某某某某某某某某某某某某/voidinit_zifu()(某ieludizhi(1,0);某iezifuchuan("欢迎使用”);delay(1);某ieludizhi(2,0);某iezifuchuan("幸福牌电子钟");delay(1);某ieludizhi(3,0);某iezifuchuan("订购热线");delay(1);某ieludizhi(4,0);某iezifuchuan("Phone:0777-66914”);delay(9534);qingping();某ieludizhi(1,0);某iezifuchuan(table1);delay(1);某ieling_hu(1,0某ieling_hu(1,0某06);某ieludizhi(4,0);某iezifuchuan(table2);delay(1);某ieludizhi(3,5);某iezifuchuan("星期");某ieludizhi(2,2);某iezifuchuan("年月日");}/某某某某某某某某某某某某某某某某某某某功能:时间、年...