参数资料
型号: NHD-0108BZ-RN-YBW
厂商: Newhaven Display Intl
文件页数: 8/9页
文件大小: 456K
描述: LCD MOD CHAR 1X8 Y/G REFL
产品培训模块: NHDev LCD Development Board
Character and Graphic LCD Display
标准包装: 100
显示器类型: STN - 超扭转向列
显示模式: 反射
数字/字母数: 8
外形L x W x H: 53.00mm x 24.20mm x 11mm
可视范围: 35.00mm L x 12.60mm W
背光: 无背光
显示格式: 8 x 1
字符尺寸: 7.10mm H x 3.40mm W
字符格式: 5 x 8 点
电源电压: 4.7 V ~ 5.5 V
点尺寸: 0.60mm W x 0.80mm H
接口: 并联
工作温度: -20°C ~ 70°C
产品目录页面: 2847 (CN2011-ZH PDF)
配用: NHDEV DEVELOPMENT BOARD-ND - BOARD DEV LCD COG TFT 100X95MM
[8]?
?
4-bit Initialization:
/**********************************************************/
void command(char i)
{
P1 = i; //put data on output Port
D_I =0; //D/I=LOW : send instruction
R_W =0; //R/W=LOW : Write
Nybble(); //Send lower 4 bits
i = i<<4; //Shift over by 4 bits
P1 = i; //put data on output Port
Nybble(); //Send upper 4 bits
}
/**********************************************************/
void write(char i)
{
P1 = i; //put data on output Port
D_I =1; //D/I=HIGH : send data
R_W =0; //R/W=LOW : Write
Nybble(); //Clock lower 4 bits
i = i<<4; //Shift over by 4 bits
P1 = i; //put data on output Port
Nybble(); //Clock upper 4 bits
}
/**********************************************************/
void Nybble()
{
E = 1;
Delay(1); //enable pulse width >= 300ns
E = 0; //Clock enable: falling edge
}
/**********************************************************/
void init()
{
P1 = 0;
P3 = 0;
Delay(100); //Wait >15 msec after power is applied
P1 = 0x30; //put 0x30 on the output port
Delay(30); //must wait 5ms, busy flag not available
Nybble(); //command 0x30 = Wake up
Delay(10); //must wait 160us, busy flag not available
Nybble(); //command 0x30 = Wake up #2
Delay(10); //must wait 160us, busy flag not available
Nybble(); //command 0x30 = Wake up #3
Delay(10); //can check busy flag now instead of delay
P1= 0x20; //put 0x20 on the output port
Nybble(); //Function set: 4-bit interface
command(0x28); //Function set: 4-bit/2-line
command(0x10); //Set cursor
command(0x0F); //Display ON; Blinking cursor
command(0x06); //Entry Mode set
}
/**********************************************************/
相关PDF资料
PDF描述
NHD-0108CZ-FL-GBW LCD MOD CHAR 1X8 Y/G TRANSFL
NHD-0108CZ-FSW-GBW-3V3 LCD MOD CHAR 1X8 GRY TRANSFL
NHD-0108CZ-RN-GBW LCD MOD CHAR 1X8 NO REFL
NHD-0108FZ-FL-YBW-3V-C1 LCD MOD CHAR 1X8 Y/G TRANSFL
NHD-0108FZ-FL-YBW-3V3 LCD MOD CHAR 1X8 Y/G TRANSFL
相关代理商/技术参数
参数描述
NHD-0108BZ-RN-YBW-33V 功能描述:LCD字符显示模块与配件 LCD Character Display RoHS:否 制造商:Lumex 显示模式:Transflective 字符计数 x 行:16 x 2 特点: 流体类型:STN 接口: 背景色: 工作温度范围:- 20 C to + 70 C 封装:Bulk
NHD-0108BZ-RN-YBW-3V 功能描述:LCD字符显示模块与配件 STN-Y/G Refl 53.0 x 25.0 RoHS:否 制造商:Lumex 显示模式:Transflective 字符计数 x 行:16 x 2 特点: 流体类型:STN 接口: 背景色: 工作温度范围:- 20 C to + 70 C 封装:Bulk
NHD-0108CZ-FL-GBW 功能描述:LCD字符显示模块与配件 STN-GRAY Transfl 69.0 x 27.0 RoHS:否 制造商:Lumex 显示模式:Transflective 字符计数 x 行:16 x 2 特点: 流体类型:STN 接口: 背景色: 工作温度范围:- 20 C to + 70 C 封装:Bulk
NHD-0108CZ-FSW-GBW-33V3 功能描述:LCD字符显示模块与配件 LCD Character Display RoHS:否 制造商:Lumex 显示模式:Transflective 字符计数 x 行:16 x 2 特点: 流体类型:STN 接口: 背景色: 工作温度范围:- 20 C to + 70 C 封装:Bulk
NHD-0108CZ-FSW-GBW-3V3 功能描述:LCD字符显示模块与配件 STN-GRAY Transfl 69.0 x 27.0 RoHS:否 制造商:Lumex 显示模式:Transflective 字符计数 x 行:16 x 2 特点: 流体类型:STN 接口: 背景色: 工作温度范围:- 20 C to + 70 C 封装:Bulk