Schematic for generating VGH, VGL, VCOM, and AVDD voltage for TFT LCD

by Pratik (A PCBArtist)
Most of the large TFT LCD panels out there require several bias and logic voltage levels to drive them, such as VGH, VGL, VCOM, AVDD, DVDD, etc. If the TFT display already has a driver board attached, it will most likely already have the means to product all these signals. But if you are using a display that only has a flat flex cable and needs you to supply these different voltage levels, you have no choice but to generate them in your circuit and provide the voltage levels.
What is tricky is keeping the cost of the design low. It is not at all efficient to use multiple boost converters to generate all these voltage levels. Also, making discrete transistor based boost converters can cause noise, flicker and sub-optimal performance of the display.
 
In this article, we provide a schematic to generate common VGH, VGL, VCOM, and AVDD rails from a single input voltage.

Common VGH, VGL, VCOM and AVDD voltage levels

TFT LCD panels always have a controller in there which is a CoG (chip on glass) type IC planted on to the panel to drive the rows and columns. The chip has referenace values and tables to drive the display to get the desired contrast and bias voltage needed to control the LCD pixels properly. Incorrect values can cause the panel to look low contrast and weak, or in the other extreme case cause permanent damage to the panel.

The CoG controller IC datasheet usually specifies a range of VGH, VGL, VCOM and AVDD values as absolute maximum rating. As a designer you must ensure that those values are not exceeded. Because the current draw is very little on VGH, VGL and VCOM, overshoots can be a problem in poorly designed circuits.

In addition to this, the LCD manufacturer configures the CoG LCD controller to use certain bias voltages that match the LCD panel characteristics (all LCD panels are not exactly the same). Here is an example from a 7″ display datasheet (ER-TFT07-2) with RGB interface.

tft lcd vgh vgl vcom avdd specifications datasheet
Example of VGH, VGL, VCOM, and AVDD specifications for 7" TFT LCD panel

In most cases, the VGH level is going to be less than twice the AVDD level. VGL magnitude will usually be less than AVDD as well, but it will be negative.
To generate all these power rails, one can simply use a single boost converter to generate AVDD and use the switching function to operate charge pumps that generate the other voltage rails. VGH and VGL rails do not draw a lot of current and are easy to regulate using “discrete” linear regulator circuits as we will describe in the next section.

Advertisement:

Generating VGH, VGL, VCOM and AVDD

Here is a schematic for generating all the power rails from one 5V power supply input. It could also be a LiPo cell or 3.3V that feeds the boost converter, you just need to ensure that the boost converter meets the input voltage specifications.
If you are using battery power, make sure the system does not drain out the battery to absolute zero when the voltage falls below a threshold. That would definitely cause permanent battery damage and is very bad design practice at best.
schematic vgh vgl vcom avdd voltage tft lcd
Schematic for generating VGH, VGL, VCOM and AVDD

Zener diodes D3 and D5 help form basic linear regulators that regulate VGH and VGL. Using just zener diodes will also work. Many cheap designs use just zener diodes but it does increase power dissipation in the zener. Using a transistor and zener for linear regulation is a better option.

The value of the VGH and VGL decoupling capacitors can be modified to slightly trim power rail sequencing. We have not noticed any issues with using the same values for both VGH and VGL with most panels. However, if your panel requires strict power-on sequencing, you must take that into account by using a pass-transistor with delayed turn-on (or similar solution).

VCOM is not shown in thie schematic but it can be obtained by using a simple voltage divider on the AVDD rail. If you need a high current capacity on the VCOM rail, you can use an opamp in voltage follower configuration. In our case, we simply use the input 5V as the VCOM voltage often if VCOM = AVDD/2 and AVDD is about 10V.

How the circuit works

  • The boost converter IC is responsible for generating AVDD and delivering a good load handling capacity on the AVDD rail. Nothing special here and a regular boost converter is used.
  • Q2 forms the LDO that regulates the output of the charge pump formed by C35 and D4. The zener diode sets the output voltage and must be set correctly.
    Output and input decoupling capacitors for this stage are important and you must pick a value that can keep the voltage output stable through the charge pump cycles.
  • Q1 and D3 form the negative voltage regulator. The negative voltage is generated by charge pump arrangement of C32 and D2. Again, the zener sets the voltage and decoupling capacitors are important.
  • VCOM can either be supplied by the input 5V or extracted by dividing AVDD if the current requirement for VCOM is low (as is usually the case). If VCOM must handle heavy loads, an opamp voltage buffer works well.
  • Digital supply rails for the display are not shown, but are derived from the LCD controller or application MCU (3.3V, usually).
Advertisement:

If you need assistance with hardware design involving TFT LCD displays, feel free to get in touch!

Change Log
  • Initial Release: 07 March 2021
References

You may also like

Leave a Comment

5 × 3 =

4 comments

Kashif April 30, 2021 - 10:26 am

Useful information.

Reply
weiman August 5, 2021 - 11:29 pm

Thanks for this article. Managed to fix a broken digital photo frame. Your example circuit almost matched directly to the power circuit on that board. With a few measurements I was able to deduce what the likely cause was. Removed the bad capacitor and got a working screen again!

Reply
Pratik (PCBArtist) August 6, 2021 - 2:48 am

Glad it helped! This is a very common arrangement for 10″ and smaller panels. The boost converter chips vary.

Reply
Hemant Kumar October 10, 2021 - 6:16 pm

Just cleared many voltage type confusions.
Helpful!

Reply