Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Interfacing with CSTN LCD Module Help

Status
Not open for further replies.

kevins963

Newbie level 4
Joined
Aug 18, 2006
Messages
6
Helped
1
Reputation
2
Reaction score
0
Trophy points
1,281
Activity points
1,345
I am trying to interface with the Varitronix COG-C144MVGL LCD module which uses the Ultrachip UC1697A LCD Controller/Driver. I tried finding the command set in the datasheets for both parts, they do not seem to have any application notes that tells you how to use the module or the command table, such as setting cursor, clearing screen, initializing, shutting down, etc. Has anyone used this module or able to provide some information on how to use this module.

Any help appreciated.

Thanks
 

Try this link:**broken link removed**
All you need is information about a controller used in this lcd.
The only thing:
change :
cDispWrCmd(DRIVER_OUTPUT_MODE_SET); //set the display duty to be 1/162 matching the LCD panel
cDispWrCmd(0x25);
to:
cDispWrCmd(DRIVER_OUTPUT_MODE_SET); //set the display duty to be 1/162 matching the LCD panel
cDispWrCmd(0x02);
and play with contrast (normal=0x30)
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top