NHD-C0220BIZ-FSW-FBW-3V3M

[10]
ExampleInitializationProgram
/****************************************************
* Initialization For ST7036i *
*****************************************************/
void init_LCD()
{
I2C_Start();
I2C_out(Slave);//Slave=0x78
I2C_out(Comsend);//Comsend = 0x00
I2C_out(0x38);
delay(10);
I2C_out(0x39);
delay(10);
I2C_out(0x14);
I2C_out(0x78);
I2C_out(0x5E);
I2C_out(0x6D);
I2C_out(0x0C);
I2C_out(0x01);
I2C_out(0x06);
delay(10);
I2C_Stop();
}
/*****************************************************/
/****************************************************
* Output command or data via I2C *
*****************************************************/
void I2C_out(unsigned char j) //I2C Output
{
int n;
unsigned char d;
d=j;
for(n=0;n<8;n++){
if((d&0x80)==0x80)
SDA=1;
else
SDA=0;
d=(d<<1);
SCL = 0;
SCL = 1;
SCL = 0;
}
SCL = 1;
while(SDA==1){
SCL=0;
SCL=1;
}
SCL=0;
}
/*****************************************************/
/****************************************************
* I2C Start *
[11]
*****************************************************/
void I2C_Start(void)
{
SCL=1;
SDA=1;
SDA=0;
SCL=0;
}
/*****************************************************/
/****************************************************
* I2C Stop *
*****************************************************/
void I2C_Stop(void)
{
SDA=0;
SCL=0;
SCL=1;
SDA=1;
}
/*****************************************************/
/****************************************************
* Send string of ASCII data to LCD *
*****************************************************/
void Show(unsigned char *text)
{
int n,d;
d=0x00;
I2C_Start();
I2C_out(Slave); //Slave=0x78
I2C_out(Datasend);//Datasend=0x40
for(n=0;n<20;n++){
I2C_out(*text);
++text;
}
I2C_Stop();
}
/*****************************************************/
/*****************************************************/
/*****************************************************/
[12]
QualityInformation
TestItem ContentofTest TestCondition Note
HighTemperaturestorage Endurancetestapplyingthehigh
storagetemperatureforalongtime.
+80C,200hrs 2
LowTemperaturestorage Endurancetestapplyingthelowstorage
temperatureforalongtime.
30C,200hrs 1,2
HighTemperature
Operation
Endurancetestapplyingtheelectricstress
(voltage&current)andthehighthermal
stressforalongtime.
+70C200hrs 2
LowTemperature
Operation
Endurancetestapplyingtheelectricstress
(voltage&current)andthelowthermal
stressforalongtime.
20C,200hrs 1,2
HighTemperature/
HumidityOperation
Endurancetestapplyingtheelectricstress
(voltage&current)andthehighthermal
withhighhumiditystressforalongtime.
+60C, 90%RH, 96hrs 1,2
ThermalShockresistance Endurancetestapplyingtheelectricstress
(voltage&current)duringacycleoflow
andhighthermalstress.
20C,30min‐>25C,5min‐>
70C,30min=1cycle
10cycles
Vibrationtest Endurancetestapplyingvibrationto
simulatetransportationanduse.
1055Hz,15mmamplitude.
60secineachof3directions
X,Y,Z
For15minutes
3
Staticelectricitytest Endurancetestapplyingelectricstatic
discharge.
VS=800V,RS=1.5kΩ,CS=100pF
Onetime
Note1:Nocondensationtobeobserved.
Note2:Conductedafter4hoursofstorageat25
C,0%RH.
Note3:Testperformedonproductitself,notinsideacontainer.
PrecautionsforusingLCDs/LCMs
SeePrecautionsatwww.newhavendisplay.com/specs/precautions.pdf
WarrantyInformationandTerms&Conditions
http://www.newhavendisplay.com/in dex.php?main_page=terms

NHD-C0220BIZ-FSW-FBW-3V3M

Mfr. #:
Manufacturer:
Newhaven Display
Description:
LCD Displays LCD Character Display Modules & Accessories 2 x 20 FSTN (+) Transf White LED
Lifecycle:
New from this manufacturer.
Delivery:
DHL FedEx Ups TNT EMS
Payment:
T/T Paypal Visa MoneyGram Western Union

Products related to this Datasheet