GUIDE: How to Test and Use an LCD's LED backlights

phaZed

Well-Known Member
Reaction score
2,960
Location
Richmond, VA
2yjyaab.jpg


Hey Technibblers! Testing LCD backlights is commonplace for many techs and repair shops. With the industry moving to LED backlighting technologies instead of CCFL (Cold Cathode Flourescent bulbs) you may want a way to test the LED backlights before declaring a need for a replacement screen. My experience has shown that the LEDs are rarely bad, nor the controller that lights them. It usually boils down to the LCD cable, motherboard or a SMD fuse issue.

So, without further delay, here's how you can light an LED backlight screen without it being connected to the computer.

WARNINGS:

  • You should have basic electrical test equipment such as a Digital Multimeter and a basic working knowledge of electronics. Soldering is a must if you plan on doing more than testing a screen.
  • We will be gaining access under the dreaded “DO NOT TOUCH” plastic tape. What they really mean to say is.. “Do not touch the multiple ribbons along the top or bottom edge of the board.” These ribbons interface with the LCD screen and pass information to the pixel matrix. They are fragile!
  • You can fry an LED panel's circuitry easily... and shorting live pins by accident turns out to be an instant and permanent "oops".
  • You will be working with TTL (Transistor to Transistor Logic).. so static discharge IS an issue.
  • This guide applies to Laptop LCD panels more so than your desktop's 24" LCD screen. Some LED backlights are fed with up to 96 volts, but not usually… and not on laptops.
  • Finally, if you break something.. it's on you! There is a lot of variance between LCD manufacturers.. they are all different! Hold only yourself responsible if something goes wrong... that's an order, not a suggestion ;)


Pre-apology: The only pics I have at the moment are ones I have soldered leads onto. I wasn’t planning on making a guide/tutorial.. I was just making a broken LCD “Demo” for customers that come in.. a conversation piece to hang on the wall. I was also going to rip the LED strips out of screens I get to make 12v low-voltage garden and pathway lights.



On the back of every LCD panel you will see a PCB (Printed Circuit Board) with electronic components located under the “Do Not Touch” plastic. We need to find the side that has the ribbon cable that goes to the LED backlight (Left or Right side) and fold the plastic back so that you have access the LED controller and contact pads. My screens are broken, so I just ripped ‘em off.

20zbvcm.jpg


You are looking for:
Common, Ground, or (-) negative. This is the easiest to find because common is generally all over the board and is truly "common" for the entire board. The LCD Ribbon cable connector is always grounded. Big square pads of copper should be ground.

• An LED voltage supply pad or point… a bit harder to spot but should be going to a small fuse; usually labeled F1, F2, etc.

• The EN or ENA, BL_ON, LEDON or ENAB pin/pad. This basically tells the LED controller to turn ON or OFF regardless. Supply with +5V.

PWM pin/pad (Pulse Width Modulation) allows the Motherboard to control the brightness. Usually the MOBO supplies this pin with a “pulsed” signal that flashes the LEDs very fast (Rate determined by signal) to allow for brightness control, power savings (efficiency), and prolongs LED life by reducing the duty cycle of the LEDs.

I have found that most screens have an exposed copper pad for testing during/after manufacturing for each one of these. There is *generally* no need to solder to the side of chips or components.

es00fb.jpg

2m5gcok.jpg

345d8i9.jpg

wo8wh.jpg


I made a simple voltage divider using 3 resistors to get 5v from the 12v supply I am using. We will use 12v to supply the LEDs and circuit. The 5v will be used to bring the LED driver’s inputs HIGH. You *should* be able to use 12v in place of the 5v, but you really take a chance on damaging the LED driver IC. Some are able to take up to ~35v, but some don’t. Be safe and use the resistors. Anything between about 1.75 to 7v should be safe and will suffice to turn the LEDs on. 1/4 watt resistors will do fine for this low-power project. If you need to know how to make a voltage divider check here (Really easy):
http://hyperphysics.phy-astr.gsu.edu/hbase/electric/voldiv.html


  1. Hook the negative side of your voltage supply to a Ground point
  2. Hook the +12v to the VCCS or VLED
  3. Hook +5v to the “Enable” pin (may be marked EN, ENA, ENAB, or LED_ON
  4. Hook +5v to the PWM pin

You should have light!

21blyqs.jpg

1pccw0.jpg


Two Wire LED backlight configurations:
Netbooks such as the Dell Inspiron Mini 10 and possibly others may only have two wires going to the LED backlight instead of a multi-wire ribbon cable. There is generally no PWM input, but simply an “ENABLE” or LED_ON pad. Supply this with a +5v and it should light. I am assuming that these screens are using voltage regulation to control brightness instead of PWM but I can’t really say for sure.


Once you know the above information testing these things becomes child’s play! With a screen attached to its cable and the laptop on you can now test the LED backlight circuit:


  • Getting 12v power on supply side?
  • Is the ENABLE pin getting power?
  • Does the PWM pin have a reading other than 0 (May fluctuate on DMM)?
  • You may see a pad labeled LED_VOUT or similar, is that reading 12v?

Taking it a step further, while powered by the laptop you could jump a wire from the LED_VCCS to the PWM and/or ENABLE pin if they are not getting power… preferably with a 5v source.


Even though I made a voltage divider for each of my screens I did test each one with a straight 12v to the ENABLE pin and PWM pins and they worked just fine for 15-20 minutes each until they were unhooked. I still recommend a 5v source for these to be safe.

Hope this helps my fellow techs out there! Good luck!
 
Last edited:
Very nice break down of what is what on the board and showing how to feed power to each circuit, but its a lot of work considering you have to do this with EACH screen that comes into question.

Wouldn't it be better to create a cable that will fire the LED from the LCD cable connector ?

Something like this :

http://www.lcdparts.net/WHSDetail.aspx?ProductID=3826

Allows you to start the LED on the LCD and you can either buy their light testers or make your own, the pinouts on the connector would give you guidance how to do it.

This way you do all the work once and not have to do this every time.
 
Very nice break down of what is what on the board and showing how to feed power to each circuit, but its a lot of work considering you have to do this with EACH screen that comes into question.

I was thinking the same thing....I was reading, waiting to get to the practical testing/diagnosis application section of the guide.

Even while I already knew how to do this, there's no way I'm going to do it to test a screen, nor would I suggest it to anyone. Build or purchase a cable to test the LEDs. You could easily build a couple of different cables to be compatible with nearly every screen out there.
 
NYJimbo,

Yes, a tester cable could be handy if you were interested in only testing the backlight circuit which I find is rarely bad. It will not help you narow the problem down to the laptop's cable or motherboard.

I had soldered leads onto these LCD's only because I was testing and wanted to use the LEDs in a separate project (Not repair).

The practical knowledge is in the guide. Once you know what pins do what, and what voltage each need to have, you can test the LED backlight with nothing more than a multimeter while the unit is plugged into its laptop and you can determine what is wrong. No special $22 cable needed :)
 
Last edited:
NYJimbo,

Yes, a tester cable could be handy if you were interested in only testing the backlight circuit which I find is rarely bad. It will not help you narow the problem down to the laptop's cable or motherboard.

Well, yes, I understand that, but that was the point of this thread. I wasn't knocking you for doing it the "hard way", I was only saying that if you have to test more than a couple screens you are going through a lot of work and risking damaging the circuit board. Because all of this wiring shown here will only test the LED's, not the LCD screen itself. Its not testing anything else. A multimeter can test what voltage is going in where but it really doesnt "test" the LED circuits and fire the LED's.

Likewise, I think its a safe bet that most of the techs here are not really comfortable with small SMD circuit soldering.

The idea of making a LED testing LCD cable was so you could just snap it in place, send power and know in seconds if the LED firing circuitry was functioning.
 
Well, yes, I understand that, but that was the point of this thread. I wasn't knocking you for doing it the "hard way", I was only saying that if you have to test more than a couple screens you are going through a lot of work and risking damaging the circuit board. Because all of this wiring shown here will only test the LED's, not the LCD screen itself. Its not testing anything else. A multimeter can test what voltage is going in where but it really doesnt "test" the LED circuits and fire the LED's.

Likewise, I think its a safe bet that most of the techs here are not really comfortable with small SMD circuit soldering.

The idea of making a LED testing LCD cable was so you could just snap it in place, send power and know in seconds if the LED firing circuitry was functioning.

No problem, I know your not knocking me :)

There is NO soldering required unless you want to use these for some other "fun" purpose, as is what I am doing.

Using a multimeter with the LCD plugged into it's laptop you can touch Ground and:

PWM
ENABLE
V+

to see what they read. No soldering, and within 15 seconds you have an answer.

Certainly, a cable such as was listed would indeed do the same thing for testing the LEDs as I have done with the soldering.
 
No problem, I know your not knocking me :)

I just want to note that I for one appreciate posts like yours, SO FEW members of this board post anything like this.

I was just thinking a schematic or something on how to make a LCD cable/power "thingy" would be better for the average tech to use on a daily basis.

Not trying to start some kind of ugly back and forth on your technique or anything. Props for your electronics knowledge.

:p
 
Sorry the guide disappoints :eek:

I didn't really mean that...
I made some edits to that post, then ended up deleting it. It's a better guide than anything I've contributed in the past few years. I'm too lazy to post a diagram of my testing tools. :D
 
For me the value was actually phaZed description of where to test not necessarily how to test. I haven't had to test one of these yet, but now at least I feel better prepared. ;)
 
I just want to note that I for one appreciate posts like yours, SO FEW members of this board post anything like this.

I was just thinking a schematic or something on how to make a LCD cable/power "thingy" would be better for the average tech to use on a daily basis.

Not trying to start some kind of ugly back and forth on your technique or anything. Props for your electronics knowledge.

:p

No arguments needed;), and I appreciate the feedback.

I suppose my point is... what is easier than having a Multimeter and a 3-inch piece of wire for fully testing an LED backlight? When I test a customers LED backlight I simply drop the LCD onto the keyboard and use a multimeter while the machine is on. No need to take off the LCD cable from the machine. We let the machine provide everything from the original cable.

Most of the time the contact pads are marked, so any half-way proficient tech should be able to touch each one with a test probe. The only thing your tech needs to know is that each one of these contact pads is NOT 0v.. not hard, quick, and effective.

If a contact point is 0v then with a single wire in-hand you can provide the needed voltage to said pad and turn on the light. If that works then you can test the cable and motherboard and see if the PWM and ENABLE signals exist there.
If the signal is observed on the MOBO but not the cable, then the cable is bad.
If there is no signal from the MOBO then there is no need to order a replacement LCD cable and make your customer wait.

I suppose the problem I have with the LED tester cable is this.. the LED's *virtually* never go bad.. but LCD cables and MOBO's do... so lets get a $22 cable to test the LEDs only? What's the point of that? :D
 
Last edited:
I recently troubleshoot for LED of my customers laptop.

all connection in LED flex is OK

and I noticed and check.. there is only 4V on this flex.

this have a 40pcs Led..

I'd short the VCCS to PWM and the system suddenly shut off.

when I switch it on again with good LCD monitor it won't boot just a blue led indicator and after 3 sec it shut off.

I recently try it for a new LCD and it work perfectly.

but my customer want to repair his lcd not to replace.

my problem now is ,the laptop won't boot anymore.

it looks the same in the first sample photo in this thread.
 
I recently troubleshoot for LED of my customers laptop.

all connection in LED flex is OK, and I noticed and check.. there is only 4V on this flex.
I'd short the VCCS to PWM and the system suddenly shut off.

but my customer want to repair his lcd not to replace.

my problem now is ,the laptop won't boot anymore.

it looks the same in the first sample photo in this thread.

If you shorted the VCCS yourself during the diagnostic, then imo its up to you to repair it free of charge.

I can't understand your client wanting an actual repair of a led screen. With the cost of them being so cheap these days, it doesnt make economical sense.

Looks like you will have to replace it yourself now, and not charge your client. This is the right thing to do.
 
Another example of the folly of the statement " The Customer is Always Right."

Unfortunately, this is on you for agreeing to do this.

We have another saying that saves us lots of money.
Just Because it Can be Done, Doesn't Mean it Should Be Done.
 
I can't understand your client wanting an actual repair of a led screen. With the cost of them being so cheap these days, it doesnt make economical sense.

preach on brother! I don't understand the whole hardware repair side of this business. To me its futile. I'd rather eat nails.

These days I rarely replace anything in computer other than hard drive or memory. What else make sense to you or customer? It's all throw away crap. How do you get any margin on this stuff?

disclaimer: I'm saying this as a solo IT guy without a shop who only works with businesses
 
Screen replacements are one of the easiest things to do in notebooks these days.

Margins are available, and good on them.

I'll pm you, as this is on a public forum.
 
Nice post. Thanks for putting in the effort.

I'm an old school chip-chaser so I like this kind of stuff.
 
preach on brother! I don't understand the whole hardware repair side of this business. To me its futile. I'd rather eat nails.

These days I rarely replace anything in computer other than hard drive or memory. What else make sense to you or customer? It's all throw away crap. How do you get any margin on this stuff?

disclaimer: I'm saying this as a solo IT guy without a shop who only works with businesses

you are right.. yes its easy to replace the lcd monitor of a laptop..

but the lcd screen has a display.. only led light is not working.

the issue now is.. the laptop is not booting anymore.. its just only power indicator then suddenly shut off.

i know its my fault,, my customer is can't afford to buy a new one lcd.

and my plan now is to work again the laptop and replace by my own a new lcd.
 
If you shorted the VCCS yourself during the diagnostic, then imo its up to you to repair it free of charge.

I can't understand your client wanting an actual repair of a led screen. With the cost of them being so cheap these days, it doesnt make economical sense.

Looks like you will have to replace it yourself now, and not charge your client. This is the right thing to do.

my client want to repair his no backlight lcd screen.. now i'am facing more problem than before.. i want to replace it with the price the he agree

even though i replace the lcd screen..
 
If through your negligence, in the testing or attempted repair of the screen, you broke it.

The way I see it, is one of two ways.
You find out the actual fault. Invoice the client for the agreed amount, of the repair. You pay the remainder.

Or, you foot the entire amount of the repair.

I don't see why the client should have to,pay to fix your error.

When you did your 'diag', did you do it with the battery and charger plugged in.. As you may have created a short on the motherboard. Which could mean a replacement mobo.
Which again, isn't the clients responsibility to pay for.
 
Back
Top