We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hello, i'm currently doing a project using LCD. Could someone help me on how to add contrast feature to my LCD display. I'm using C as my default programming language. Thanks, greatly appreciated. ***Pea_brain***
What does your LCD datasheet have to say on the subject?
Usually contrast is controlled by the bias voltage applied to the LCD. This voltage is different for different LCDs but is usually negative with respect to common. If there is a bias generator IC or it is built into the LCD and there is a control input, you can control contrast with that, using a digital pot, D/A output or PWM. If you are creating the bias voltage you can design the system to allow variable voltage, remembering that the contrast vs. bias voltage is usually temperature dependent. I've used a negative charge pump with output regulator run by the '167s PWM output to create a bias of -5 - -15Vdc @ 10ma. for an Optrex display. Best luck
Thanks for the advices...I'll give it a shot...