Electronic – What are LCD Display Drivers & LCD Display Controllers? What are their applications

embeddedlcd

I have used graphic and alphanumeric LCDs. I have come across LCD Display Drivers & LCD Display Controllers ICs. When are they needed and what do they do?

Best Answer

Display controllers receive high-level instructions from upstream ("draw the text 'ABC123' at the current position"), process/store them, and generates low-level instructions ("turn on pixels/segments X, Y, and Z").

LCD commands

LCD low-level signals

Display drivers receive low-level instructions and turn them into waveforms for controlling commons and segments ("enable common 3, disable others, and turn on pixels 3, 7, and 12").

LCD signal timing