View previous topic :: View next topic |
Author |
Message |
hayee
Joined: 05 Sep 2007 Posts: 252
|
wanna run LCD at 3.3v |
Posted: Mon Oct 05, 2009 1:42 am |
|
|
Hi,
I want to operate LCD (NHD-0220DZ-NSW-BBW) at 3.3v.
In the datasheet given:
min input voltage=2.7v
max input voltage=5.5v
Can i use that without having any problem? |
|
|
FvM
Joined: 27 Aug 2008 Posts: 2337 Location: Germany
|
|
Posted: Mon Oct 05, 2009 2:50 am |
|
|
The controller operation is no problem, but you should also consider this specification: VDD-V0 = 4.6V (typical), in other words, a contrast pin voltage of about -1.3 V is required. Some LCD displays have an on-board negative voltage generator, but the present device apparently hasn't. If no negative voltage is present in your system, you can use a charge-pump to provide it. |
|
|
hayee
Joined: 05 Sep 2007 Posts: 252
|
|
Posted: Mon Oct 05, 2009 4:04 am |
|
|
negative voltage will be problem because i have no on board negative supply.
What will be the drawback if i will not use contrast pin,
if i will not use this pin then with which pin i tie contrast pin Vdd or Vss. |
|
|
FvM
Joined: 27 Aug 2008 Posts: 2337 Location: Germany
|
|
Posted: Mon Oct 05, 2009 4:33 am |
|
|
Quote: | What will be the drawback if i will not use contrast pin | No visible display.
Use a charge pump, e.g. ICL7660. Or another of many existing options to generate a mA range negative voltage. |
|
|
John P
Joined: 17 Sep 2003 Posts: 331
|
|
Posted: Mon Oct 05, 2009 5:23 am |
|
|
If you have a pin available on your processor, and enough processing power to generate a square wave, you could create your own charge pump with a couple of capacitors and diodes. No need for any added IC's. |
|
|
hayee
Joined: 05 Sep 2007 Posts: 252
|
|
Posted: Mon Oct 05, 2009 5:40 am |
|
|
I have also 5v supply in my circuit.So i think better is that i use voltage divider to get 4.6v for contrast option. |
|
|
Jerson
Joined: 31 Jul 2009 Posts: 125 Location: Bombay, India
|
|
Posted: Mon Oct 05, 2009 6:52 am |
|
|
If you have both 3.3V and 5V, let the LCD have the 5V and use it unidirectionally - controller to LCD. Your 3.3V controller can drive the LCD without any problems. Only make sure you NEVER use any of the LCD readback functions. The LCD should be used as a WRITE ONLY device. _________________ Regards
Jerson Fernandes |
|
|
FvM
Joined: 27 Aug 2008 Posts: 2337 Location: Germany
|
|
Posted: Mon Oct 05, 2009 7:16 am |
|
|
I agree, that 5V LCD operation is more easy. Furthermore, you should check, if you are operating the LCD controller at a 5V tolerant IO port of your PIC. Then readback is possible without restrictions. |
|
|
hayee
Joined: 05 Sep 2007 Posts: 252
|
|
Posted: Tue Oct 06, 2009 11:11 pm |
|
|
Thanks guys for your replies.
As far as I understand is that I have to generate a -1.3v by using charge pump circuit and give this -1.3v directly to the contrast pin.
Is it right or not? |
|
|
|