欢迎访问ic37.com |
会员登录 免费注册
发布采购

NHD-0440AZ-FL-YBW 参数 Datasheet PDF下载

NHD-0440AZ-FL-YBW图片预览
型号: NHD-0440AZ-FL-YBW
PDF下载: 下载PDF文件 查看货源
内容描述: 字符液晶显示模块 [Character Liquid Crystal Display Module]
分类和应用:
文件页数/大小: 12 页 / 690 K
品牌: NEWHAVEN [ NEWHAVEN DISPLAY INTERNATIONAL, INC. ]
 浏览型号NHD-0440AZ-FL-YBW的Datasheet PDF文件第4页浏览型号NHD-0440AZ-FL-YBW的Datasheet PDF文件第5页浏览型号NHD-0440AZ-FL-YBW的Datasheet PDF文件第6页浏览型号NHD-0440AZ-FL-YBW的Datasheet PDF文件第7页浏览型号NHD-0440AZ-FL-YBW的Datasheet PDF文件第8页浏览型号NHD-0440AZ-FL-YBW的Datasheet PDF文件第9页浏览型号NHD-0440AZ-FL-YBW的Datasheet PDF文件第10页浏览型号NHD-0440AZ-FL-YBW的Datasheet PDF文件第12页  
P1 = i;  
W = 0;  
RS = 1;  
E2 = 1;  
delay(2);  
E2 = 0;  
}
/************************************************************************/  
void init_LCD()  
{
delay(15);  
command1(0x30);  
command2(0x30);  
delay(5);  
//Wake up  
//Wake up  
//Wake up  
command1(0x30);  
command2(0x30);  
delay(5);  
command1(0x30);  
command2(0x30);  
delay(5);  
command1(0x38);  
command2(0x38);  
command1(0x08);  
command2(0x08);  
command1(0x01);  
command2(0x01);  
command1(0x06);  
command2(0x06);  
command1(0x0c);  
command2(0x0c);  
//Function Set = 8bit mode; 2line; 5x8  
//Turn off display  
//Clear display  
//Entry mode cursor increment  
//Turn on display; no cursor  
}
/************************************************************************/  
[11]