Why lcd controller is so important?

Apr 02, 2009 3 Replies

I want to implement a monochromatic graphic display with an 8 bit micro....this display requires clock frequency of 10MHz max, and my micro is used at 16MHz...Is impossible to drive this display without any controller?What do you think? Thanks


Pretty much so, yes. For starters, a CPU running off a single 16 MHz clock can't even generate a 10 MHz clock signal, much less output controllable data at that rate.

You don't necessarily need a specialized LCD controller, but you will need some device that the CPU can offload the LCD data refresh to. Either that, or a *much* faster CPU.

If you think of an LCD glass like a CRT, then can you display on a CRT without a controller ?

Yes you can, but it will require timing signals to be constantly driven but the microprocessor.

Same problem with LCD glass, someone has got to do it, its usually easer to do it with a controller.

good luck

don

Yes, most LCD panel accepts 1 bit or 4 bits data stream. But you need a big video buffer (16K to 32K Sram) and logic to serialize it at a constant rate.

Join the Discussion

Have something to add? Share your thoughts — no account required.

Didn't find your answer?

Ask the community — no account required