微波EDA网,见证研发工程师的成长!
首页 > 硬件设计 > 嵌入式设计 > PIC16F913驱动LCD proteus仿真

PIC16F913驱动LCD proteus仿真

时间:11-11 来源:互联网 点击:

/***********************************************************
//Function Name: LCDDisplayFunc
//Function Description: Display the content of the dispbuff
//Input Parameter: buff1 buff2 buff3
//Output Parameter: none
//Note: 0<=buff<=9 display blank when buff=10
***********************************************************/

void LCDDisplayFunc(unsigned char buff1,unsigned char buff2,unsigned char buff3)
{
LCDDigital_Disp(1,buff1);
LCDDigital_Disp(2,buff2);
LCDDigital_Disp(3,buff3);
}

附:proteus仿真图片

Copyright © 2017-2020 微波EDA网 版权所有

网站地图

Top