Interfacing LCD display to 3V circuits

Usually we are used to connect LCD displays to 5V systems. As LCD controllers usually require 5V power supply there must be some compliant circuitry used when interfacing to 3V systems like ARM LPC2000 microcontrollers and so on.

Here are few examples how this problem could be solved.

Solution number1:

lcd1.gif

Standard LCD microcontroller can work with lowered power supply voltage to 2.7V. For this negative voltage for regulating contrast is needed. For this special inverting IC is needed or other solution. In this case there is ability to write and read from LCD controller.

Solution number 2:

This solution is simpler. It doesn’t need negative voltage. But in this case you can only write data to LCD controller -no ability to read for instance LCD status and so on.

lcd2.gif

It is recommended to connect resistors (about 1kOm) in each data line.

Solution number 3:

Use 8 bit Shift register to send data to LCD.

lcd3.gif

No ability to read.

Solution number 4:

The best choice would be to use low voltage LCD display like WX1602T. This kind of LCD displays have voltage multipliers on board and you don’t have to wary about power supply.

lcd4.gif

They also have programmable contrast adjusting and programmable temperature compensation as well. caxapa

Blogsphere: TechnoratiFeedsterBloglines
Bookmark: Del.icio.usSpurlFurlSimpyBlinkDigg
RSS feed for comments on this post
 |  TrackBack URI for this post

New on WinAVR Tutorial
Running TX433 and RX433 RF modules with AVR microcontrollers,
Sometimes in embedded design you may want to go wireless. Might be you will want to log various readi …
Programming AVR ADC module with WinAVR,
Most of AVR microcontrollers have Analog to Digital Converter (ADC) integrated in to chip. Such solut …
New on WinARM Tutorial
What are differences between WinARM and WinAVR,
Everyone who is working with AVR microcontrollers knows this powerful tool – WinAVR (http://win …
LPC2000 watchdog timer,
As in all microcontrollers watchdog timers purpose isto reset microcontroller after reasonable amount …

Leave a Reply