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

NHD-C12864GG-RN-GBW 参数 Datasheet PDF下载

NHD-C12864GG-RN-GBW图片预览
型号: NHD-C12864GG-RN-GBW
PDF下载: 下载PDF文件 查看货源
内容描述: COG (芯片上的玻璃)液晶显示模块 [COG (Chip-On-Glass) Liquid Crystal Display Module]
分类和应用:
文件页数/大小: 9 页 / 601 K
品牌: NEWHAVEN [ NEWHAVEN DISPLAY INTERNATIONAL, INC. ]
 浏览型号NHD-C12864GG-RN-GBW的Datasheet PDF文件第1页浏览型号NHD-C12864GG-RN-GBW的Datasheet PDF文件第2页浏览型号NHD-C12864GG-RN-GBW的Datasheet PDF文件第3页浏览型号NHD-C12864GG-RN-GBW的Datasheet PDF文件第4页浏览型号NHD-C12864GG-RN-GBW的Datasheet PDF文件第5页浏览型号NHD-C12864GG-RN-GBW的Datasheet PDF文件第6页浏览型号NHD-C12864GG-RN-GBW的Datasheet PDF文件第7页浏览型号NHD-C12864GG-RN-GBW的Datasheet PDF文件第9页  
例如初始化程序
/************************************************************************/ 
无效comm_out (无符号整数C)
 
 CS1 = 0;   
 
 AO = 0;   
 
 
//命令
LOW =指令
 
 delay(1); 
 
 WRT = 0; 
 
 P1 = c; 
 
 delay(1); 
 
 WRT = 0; 
 
 CS1 = 0;   
 
 
 delay(5); 
 
  
 
  
/************************************************************************/ 
无效DATA_OUT (无符号整数D)
 
 CS1 = 0;  
 
 
//数据高
 
 AO = 0;   
 
 delay(1); 
 
 WRT = 0; 
 
 P1 = d; 
 
 delay(1); 
 
 WRT = 0; 
 
 CS1 = 0; 
 
  
/************************************************************************/ 
/***************   NHD‐C12864‐GG DISPLAY INITIATION   *******************/ 
/************************************************************************/ 
无效的init( )
 
RDD = 0; 
 
WRT = 0; 
 
CS1 = 0; 
 
RST = 0; 
 
RST = 0; 
delay(2); 
 
 
RST = 0; 
 
delay(2); 
 
comm_out(0xA2);  
 
//added 1/9 bias 
 
comm_out(0xA0);  
 
//ADC segment driver direction (A0=Normal) 
 
comm_out(0xC8); 
 
 
//添加
 
delay(0); 
 
comm_out(0xC0); 
 
 
//COM output scan direction (C0= Normal) 
 
comm_out(0x40); 
 
 
//操作模式
 
comm_out(0x25);  
 
//电阻率
 
comm_out(0x81); 
 
comm_out(0x15); 
 
comm_out(0x2F); 
 
comm_out(0xAF); 
/************************************************************************/
 
[8]