NHD-C24064WO-ATFH#-3V3 Newhaven Display, NHD-C24064WO-ATFH#-3V3 Datasheet - Page 9

LCD COG GRAPH 240X64 WH TRANSFL

NHD-C24064WO-ATFH#-3V3

Manufacturer Part Number
NHD-C24064WO-ATFH#-3V3
Description
LCD COG GRAPH 240X64 WH TRANSFL
Manufacturer
Newhaven Display
Datasheet

Specifications of NHD-C24064WO-ATFH#-3V3

Display Type
FSTN - Film Super-Twisted Nematic
Display Mode
Transflective
Viewing Area
130.20mm L x 37.60mm W
Backlight
LED - White
Dot Size
0.50mm W x 0.50mm H
Dot Pitch
0.03mm x 0.03mm
Dot Pixels
240 x 64
Interface
Parallel/Serial
Pixel Density
240 x 64
Fluid Type
FSTN Positive
Module Size (w X H X T)
142.5 mm x 51.7 mm x 14.9 mm
Backlighting
LED White
Operating Temperature Range
- 20 C to + 70 C
Product
Graphic LCD Module
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
Lead Free Status / RoHS Status
Lead free / RoHS Compliant, Lead free / RoHS Compliant
Example Initialization Program 
 
/******************************NHD‐C24064WO******************************************/ 
void init() 
                command_master(0xA2);                                            //1/9 bias 
                command_master(0xA0);                                            //ADC segment driver direction (A0=Normal)      
                command_master(0xC8);                                            //Com output reverse 
                command_master(0xA4);                                            //Display all points normal 
                command_master(0x40);                                             //Display Start line set 
                command_master(0x25);                                             //Internal resistor ratio  
                command_master(0x81);                                             //Electronic volume mode set     
                command_master(0x10);                                             //Electronic Volume 
                command_master(0x2F);                                             //Power controller set 
                command_master(0xAF);                                            //Display on 
 
                command_slave(0xA2);                                                //1/9 bias 
                command_slave(0xA0);                                                //ADC segment driver direction (A0=Normal)      
                command_slave(0xC8);                                                //Com output reverse 
                command_slave(0xA4);                                                //Display all points normal 
                command_slave(0x40);                                 //Display Start line set 
                command_slave(0x25);                                 //Internal resistor ratio  
                command_slave(0x81);                                 //Electronic volume mode set     
                command_slave(0x10);                                 //Electronic Volume 
                command_slave(0x2F);                                 //Power controller set 
                command_slave(0xAF);                                                //Display on 
/**************************************************************************************/ 
void command_master(unsigned int c) 
                 CS_Master = reset;         
                 AO = reset;                                                        //Command       LOW 
                 WRT = reset; 
                 P1 = c; 
                 delay(1); 
                 WRT = set; 
                 CS_Master = set;   
/**************************************************************************************/ 
void data_master(unsigned int d) 
                 CS_Master = reset;   
                 AO = set;                                                            //Data                   High 
                 delay(1); 
                 WRT = reset;   
                 P1 = d; 
                 delay(1); 
                 WRT = set; 
                 CS_Master = set;             
/**************************************************************************************/ 
void commmand_slave(unsigned int c) 
                 CS_Slave = reset;             
                 AO = reset;                                                        //Command       LOW 
                 WRT = reset; 
                 P1 = c; 
                 delay(1); 
                 WRT = set; 
                 CS_Slave = set;  
/**************************************************************************************/ 
[9] 
 

Related parts for NHD-C24064WO-ATFH#-3V3