Sunday 24 January 2016

How are OLED screens driven?


How are OLED screens such as the ones on my cell phone, driven?



From my understanding, an OLED screen is basically a matrix of tri-coloured LEDs. LEDs can be dimmed by using PWM. So does that mean that each color of each pixel on the screen has it's own separate PWM circuit or are they multiplexed in some way or is it all together much more complicated than that?




No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...