logoalt Hacker News

layer8today at 12:35 AM1 replyview on HN

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.


Replies

hedoratoday at 12:56 AM

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.)

show 2 replies