|
|
|
|
|
by murderfs
1520 days ago
|
|
Cheap LED christmas lights flicker because they don't have a bridge rectifier, so half of the input waveform is zero, at 60Hz. You're not going to see that kind of flicker in anything that requires real DC power (PWM frequencies for brightness control are generally way higher than 60Hz). Some displays do this as a feature though (known as backlight strobing, motion blur reduction, etc.): LCDs take time to transition, so if you keep the backlight on at all times, you'll potentially see blurring from persistence of vision while the display is mid-transition. Instead, you can turn the backlight off until the screen has transitioned and then turn it back on so that you never show a partially transitioned image. |
|