Author Topic: How to determine if a screen has backlight controlled by PWM?  (Read 24427 times)

0 Members and 1 Guest are viewing this topic.

Offline jancelotTopic starter

  • Regular Contributor
  • *
  • Posts: 154
How to determine if a screen has backlight controlled by PWM?
« on: October 07, 2016, 09:09:31 pm »
Just asking the question, how to detect if a screen or monitor (LED backlighting probably) has Pulse Width Modulation to control brightness? This is known to cause eye fatigue.
 

Offline Kjelt

  • Super Contributor
  • ***
  • Posts: 6460
  • Country: nl
Re: How to determine if a screen has backlight controlled by PWM?
« Reply #1 on: October 07, 2016, 09:16:33 pm »
You need a fast lightsensor to see the pwm signal in the light, perhaps an ldr might work often some usb or video cameras detect the interference with their own refreshrate.
 
The following users thanked this post: jancelot

Offline electr_peter

  • Supporter
  • ****
  • Posts: 1302
  • Country: lt
Re: How to determine if a screen has backlight controlled by PWM?
« Reply #2 on: October 08, 2016, 11:29:54 am »
There is no need for expensive tools in such case. Eye fatigue is caused by relatively low frequency PWM which is easily detectable with human eye.
To test if display brightness control uses PWM, do this:
  • set display to the lowest brightness setting
  • take a pencil, ruler or some long narrow object and wave it quickly in front of the screen. You can use your finger or a hand.
  • Take a careful look at a wave pattern - if it is smooth all the way, display uses very high frequency PWM or current control method - GOOD. If a pattern is light-dark-light patches, it is low frequency PWM - NOT GOOD.

For this test use lowest brightness on display (likely PWM with low duty cycle). Highest brightness setting may not use PWM (PWM with close to 100% duty cycle).
 
The following users thanked this post: jancelot

Offline Kaptein QK

  • Regular Contributor
  • *
  • Posts: 82
Re: How to determine if a screen has backlight controlled by PWM?
« Reply #3 on: October 08, 2016, 08:35:13 pm »
If you have glasses, just shake them with your hand and look for multiple/repeated patterns    8)
 

Offline jancelotTopic starter

  • Regular Contributor
  • *
  • Posts: 154
Re: How to determine if a screen has backlight controlled by PWM?
« Reply #4 on: October 08, 2016, 08:42:39 pm »
If you have glasses, just shake them with your hand and look for multiple/repeated patterns    8)
You must be joking  :)

I think there could be two ways, one measuring some way the motherboard, and the other using high speed cameras that allow to adjust the shutter speed from very low to very high values, and capture until you notice something (if).
 

Offline jancelotTopic starter

  • Regular Contributor
  • *
  • Posts: 154
Re: How to determine if a screen has backlight controlled by PWM?
« Reply #5 on: October 20, 2016, 04:56:55 pm »
After some google search I've found a great blog that talks a lot of PWM used in monitors or screens, and performs a lot of tests. Impressive stuff from that guy:

Retro-PC-Mania

Now, in order to make some personal tests in a more professional way, I've bought from eBay the two following photodiodes, which I'll test after being received:
  • OSRAM BPW 21
  • VISHAY BPW 34

You are right too that moving rapidly a pen over the dimmed screen it results kind of robotic movement if it has PWM. Also, using a smartphone camera with manual shutter it can be noticed too as you increase the shutter speed.
 

Offline David Hess

  • Super Contributor
  • ***
  • Posts: 16615
  • Country: us
  • DavidH
Re: How to determine if a screen has backlight controlled by PWM?
« Reply #6 on: October 21, 2016, 05:02:05 pm »
White LED phosphors have enough persistence to prevent the PWM from being visible unless it is slow which is certainly a possibility.

 

Offline dannyf

  • Super Contributor
  • ***
  • Posts: 8221
  • Country: 00
Re: How to determine if a screen has backlight controlled by PWM?
« Reply #7 on: October 21, 2016, 09:09:20 pm »
Use a fast light sensor like photodiode or a photo transistor. A slow sensor like a photo resistor shall not apply.
================================
https://dannyelectronics.wordpress.com/
 
The following users thanked this post: jancelot

Offline suicidaleggroll

  • Super Contributor
  • ***
  • Posts: 1453
  • Country: us
Re: How to determine if a screen has backlight controlled by PWM?
« Reply #8 on: October 21, 2016, 09:17:39 pm »
photodiode + oscilloscope will let you see whether or not it's PWM and its frequency very easily.  Something like this works perfectly:
https://www.sparkfun.com/products/9541

I used one of those to measure my laptop's screen not too long ago because I was curious about the same thing.  It turns out that it used both PWM and linear depending on brightness.  The dimmest two brightness settings were 220 Hz PWM, the other ~8 brightness settings were linear.  That's on a 3rd gen Lenovo X1 Carbon.
« Last Edit: October 21, 2016, 09:21:49 pm by suicidaleggroll »
 
The following users thanked this post: jancelot

Offline Jeroen3

  • Super Contributor
  • ***
  • Posts: 4078
  • Country: nl
  • Embedded Engineer
    • jeroen3.nl
Re: How to determine if a screen has backlight controlled by PWM?
« Reply #9 on: October 21, 2016, 09:37:48 pm »
Just asking the question, how to detect if a screen or monitor (LED backlighting probably) has Pulse Width Modulation to control brightness? This is known to cause eye fatigue.
With a rolling shutter camera. Like in your phone.
Look at the horizontal lines in the attached picture.
They disappear at 100% brightness.

Install this anyway.
https://justgetflux.com/
 
The following users thanked this post: jancelot

Offline tooki

  • Super Contributor
  • ***
  • Posts: 11501
  • Country: ch
Re: How to determine if a screen has backlight controlled by PWM?
« Reply #10 on: October 22, 2016, 12:16:22 pm »
White LED phosphors have enough persistence to prevent the PWM from being visible unless it is slow which is certainly a possibility.
What's "slow" to you? I readily notice PWM flicker at 1KHz, and really am not happy until 5KHz, where it really no longer appears when saccading.

LED phosphors may have some persistence, but given how frequently I notice PWM flicker in LED lighting installations, I don't think it's much persistence.
 

Offline David Hess

  • Super Contributor
  • ***
  • Posts: 16615
  • Country: us
  • DavidH
Re: How to determine if a screen has backlight controlled by PWM?
« Reply #11 on: October 22, 2016, 06:08:06 pm »
White LED phosphors have enough persistence to prevent the PWM from being visible unless it is slow which is certainly a possibility.
What's "slow" to you? I readily notice PWM flicker at 1KHz, and really am not happy until 5KHz, where it really no longer appears when saccading.

LED phosphors may have some persistence, but given how frequently I notice PWM flicker in LED lighting installations, I don't think it's much persistence.

Slow to me is 100s of Hz.  I wonder if something else is going on like aliasing between the backlight PWM frequency and the LCD refresh.
 

Offline bktemp

  • Super Contributor
  • ***
  • Posts: 1616
  • Country: de
Re: How to determine if a screen has backlight controlled by PWM?
« Reply #12 on: October 22, 2016, 08:16:31 pm »
White LED phosphors have enough persistence to prevent the PWM from being visible unless it is slow which is certainly a possibility.
What's "slow" to you? I readily notice PWM flicker at 1KHz, and really am not happy until 5KHz, where it really no longer appears when saccading.

LED phosphors may have some persistence, but given how frequently I notice PWM flicker in LED lighting installations, I don't think it's much persistence.

Slow to me is 100s of Hz.  I wonder if something else is going on like aliasing between the backlight PWM frequency and the LCD refresh.
The decay of the phosphors used in white LEDs is quite fast, typically in the lower µs range. That do not help with flicker.
There are two common methods used for PWM dimming: Either using a high frequency (>1kHz), or using a low frequency locked to the framerate, typically 3x framerate (~180Hz). Both methods avoid beat frequencies in the visible range.
 

Offline Kjelt

  • Super Contributor
  • ***
  • Posts: 6460
  • Country: nl
Re: How to determine if a screen has backlight controlled by PWM?
« Reply #13 on: October 24, 2016, 12:06:37 pm »
And you have the random pwm as i name it, the offset to the pwm start changes randomly or the pwm on wave is split in multiple smaller parts.
 

Offline bktemp

  • Super Contributor
  • ***
  • Posts: 1616
  • Country: de
Re: How to determine if a screen has backlight controlled by PWM?
« Reply #14 on: October 24, 2016, 12:19:44 pm »
I have never heard of random pwm, but your description sounds a bit like delta-sigma modulation. There is a patent about random pwm dimming, but they use multiple led strings each with a different pwm frequency.
 

Offline jancelotTopic starter

  • Regular Contributor
  • *
  • Posts: 154
Re: How to determine if a screen has backlight controlled by PWM?
« Reply #15 on: November 22, 2016, 10:10:07 pm »
Hamamatsu sells optical sensors too:
http://www.hamamatsu.com/eu/en/index.html
 

Online MK14

  • Super Contributor
  • ***
  • Posts: 4539
  • Country: gb
Re: How to determine if a screen has backlight controlled by PWM?
« Reply #16 on: November 22, 2016, 10:30:54 pm »
Just asking the question, how to detect if a screen or monitor (LED backlighting probably) has Pulse Width Modulation to control brightness? This is known to cause eye fatigue.

Although you can use the various methods already in this thread.

Another way, is to use Google + the exact model number of the model. E.g. Written on the back of it.

There are some very good websites, which tell you (reviews), what if any PWM is used in the backlight. Failing that then the photodiode  (maybe phototransistor, but LDR's are probably too slow to react, but might work) + a scope is probably good, as mentioned in earlier posts.

You can get monitors, such as some of the Benq ones, which don't use PWM (if I remember correctly).
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf