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

NHD-12232AZ-FSW-GBW 参数 Datasheet PDF下载

NHD-12232AZ-FSW-GBW图片预览
型号: NHD-12232AZ-FSW-GBW
PDF下载: 下载PDF文件 查看货源
内容描述: 图形液晶显示模块 [Graphic Liquid Crystal Display Module]
分类和应用:
文件页数/大小: 9 页 / 742 K
品牌: NEWHAVEN [ NEWHAVEN DISPLAY INTERNATIONAL, INC. ]
 浏览型号NHD-12232AZ-FSW-GBW的Datasheet PDF文件第1页浏览型号NHD-12232AZ-FSW-GBW的Datasheet PDF文件第2页浏览型号NHD-12232AZ-FSW-GBW的Datasheet PDF文件第3页浏览型号NHD-12232AZ-FSW-GBW的Datasheet PDF文件第4页浏览型号NHD-12232AZ-FSW-GBW的Datasheet PDF文件第5页浏览型号NHD-12232AZ-FSW-GBW的Datasheet PDF文件第6页浏览型号NHD-12232AZ-FSW-GBW的Datasheet PDF文件第7页浏览型号NHD-12232AZ-FSW-GBW的Datasheet PDF文件第9页  
例如初始化程序:
 
/*****************************************/ 
无效Comleft ( CHAR我)
 P1 = i; 
 R_W = 0; 
 D_I = 0; 
 E1 = 1; 
 delay(2); 
 E1 = 0; 
 
无效Comright ( CHAR我)
 P1 = i; 
 R_W = 0; 
 D_I = 0; 
 E2 = 1; 
 delay(2); 
 E2 = 0; 
 
无效Writeleft ( CHAR我)
 P1 = i; 
 R_W = 0; 
 D_I = 1; 
 E1 = 1; 
 delay(2); 
 E1 = 0; 
 
无效Writeright ( CHAR我)
 P1 = i; 
 R_W = 0; 
 D_I = 1; 
 E2 = 1; 
 delay(2); 
 E2= 0; 
/*****************************************/ 
无效bothSides ( CHAR我)
Comleft (ⅰ) ;
Comright (ⅰ) ;
/*****************************************/ 
 
无效的init( )
 P1 = 0; 
 P3 = 0; 
 RST = 0; 
// 
RST复位
 delay(1); 
 RST = 1; 
// 
Reset RST= M68 Interface 
 delay(10); 
 D_I = 0; 
 E1 = 1; 
 E2 = 1; 
 R_W = 1; 
  
 bothSides(0xE2); 
 delay(10); 
 bothSides(0xA4); 
 bothSides(0xA9); 
 bothSides(0xA0); 
 bothSides(0xEE); 
 bothSides(0xC0); 
 bothSides(0xAF); 
/*****************************************/ 
[8]