For sample-and-hold panel technologies like LCD and OLED, refresh is about updating the pixel state (color). There is a process that takes place for that even when the pixel data remains unchanged between frames. However, the pixels still need to emit light between refreshes, which for LCD is a backlight but for OLED are the pixel themselves. The light emission is often regulated using PWM at a higher frequency than the refresh rate. PWM frequency affects power consumption as well. Higher PWM frequency is better for the eyes, but also consumes more power.
OLED is fundamentally not sample and hold, because it is using PWM, right?
Ignoring switching costs, keeping a sample-and-hold LED at 0%, 50% and 100% brightness all cost zero energy. For an OLED, the costs are closer to linear in the duty cycle (again, ignoring switching costs, but those are happening much faster than the framerate for OLED, right?)
(Also, according to another comment, the panel manufacturer says this is TFT, not OLED, which makes a lot more sense.)
I don't believe LED-pixel displays use PWM. I would expect them to use bit planes: for each pixel transform the gamma-compressed intensity to the linear photon-proportional domain. Represent the linear intensity as a binary number. Start with the most significant bit, and all pixels with that bit get a current pulse, then for the next bitplane all the pixels having the 2nd bit set are turned on with half that current for the same duration, each progressive bitplane sending half as much current per pixel. After the least significant bitplane has been lit each pixel location has emitted a total number of photons proportional to what was requested in the linear domain.
PWM still counts as sample-and-hold, because it sustains the brightness throughout the duration of a frame, resulting in significant motion blur. The converse are impulse-driven displays like CRT and plasma.
LED backlights using PWM likewise don’t change the sample-and-hold nature of LCD panels.
My understanding is that PWM switching costs aren’t negligible, and that this contributes to why PWM frequencies are often fairly low.
For sample-and-hold panel technologies like LCD and OLED, refresh is about updating the pixel state (color). There is a process that takes place for that even when the pixel data remains unchanged between frames. However, the pixels still need to emit light between refreshes, which for LCD is a backlight but for OLED are the pixel themselves. The light emission is often regulated using PWM at a higher frequency than the refresh rate. PWM frequency affects power consumption as well. Higher PWM frequency is better for the eyes, but also consumes more power.
OLED is fundamentally not sample and hold, because it is using PWM, right?
Ignoring switching costs, keeping a sample-and-hold LED at 0%, 50% and 100% brightness all cost zero energy. For an OLED, the costs are closer to linear in the duty cycle (again, ignoring switching costs, but those are happening much faster than the framerate for OLED, right?)
(Also, according to another comment, the panel manufacturer says this is TFT, not OLED, which makes a lot more sense.)
I don't believe LED-pixel displays use PWM. I would expect them to use bit planes: for each pixel transform the gamma-compressed intensity to the linear photon-proportional domain. Represent the linear intensity as a binary number. Start with the most significant bit, and all pixels with that bit get a current pulse, then for the next bitplane all the pixels having the 2nd bit set are turned on with half that current for the same duration, each progressive bitplane sending half as much current per pixel. After the least significant bitplane has been lit each pixel location has emitted a total number of photons proportional to what was requested in the linear domain.
2 replies →
PWM still counts as sample-and-hold, because it sustains the brightness throughout the duration of a frame, resulting in significant motion blur. The converse are impulse-driven displays like CRT and plasma.
LED backlights using PWM likewise don’t change the sample-and-hold nature of LCD panels.
My understanding is that PWM switching costs aren’t negligible, and that this contributes to why PWM frequencies are often fairly low.
E-ink displays can do this. That's why they're used in ereaders. Display in TFA OTOH emits light, so definately not.
It does, especially with LCDs like this, where the backlight is the primary driver of the power consumption of the panel.
I'm not even sure how they got their 48% figure. Sounds like a whole-system measurement, maybe that's the trick.
If the screen is only refreshing once per second, less energy is used to refresh the screen. The pixel uses the same amount of power.
I was not under the impression that sending some control signals took that much power.
Maybe not, but doing it once a second instead of 60 times a second is a pretty massive savings.
You have to compute the new frame too. I would assume that is were most of the power use is.
1 reply →