Hi Dimiter,
more or less they do, lately I am witnessing them to also
specify a *minimum* clock frequency. On older TFT displays
one could lower the clock frequency at will until the colours
began to degrade (because of TFT gate leakage), now this
seems to have changed, perhaps they have some PLLs or sort of.
Or, perhaps an onboard buffering just preserving a "classic
interface"?
But I am not sure, have not fought any such wars, just
an observation while considering various parts.
Fairly reasonable, if you get a controller, that is. The last
monolithic one on the market was the b69030 by Chips/Intel/Asiliant,
now there are some hybrids by a Taiwanese manufacturer (this
applies if you are looking for VGA and above resolutions).
Some SOC parts do come with a display controller as well
(unfortunately none I like is still really on the market,
the closest was the MPC5121 but one of its errata said
"the SATA interface won't work; workaround: don't use SATA....).
I am eyeing one of their new QORIQ parts now but it seems
to be still far from anything really usable, let's see if
they will make it (I do hope they will).
I'm just trying to reduce the number of variables in the
design process. I.e., if I can pick a controller and
design around that and *later* pick a display panel, that's
much easier than waiting until *all* of the choices have been
made and then rushing to accommodate all of them in a cohesive
design.
Usually backlight is not considered part of the "controller"
interface, the controller has some TTL output to drive it
on/off, I usually use some GPIOs to make up some sort of
DAC to drive the intensity and that's it. If you want to be
able to use both LED and CCFL backlit panels you will have
to design in both power sources somehow (not a huge issue since
CCFL usually need a tiny convertor board anyway, one could
simply change it as needed).
Yes. In my case, I want to put all of the display interface on a
small board (LCD interface, backlight, touchpanel, etc.). So,
if I end up with a panel that has LED backlighting, I need
to have provisions for that on my board. Likewise, if I
aimed for a CCFL backlight, then I would need the hooks to
turn that backlight on, vary it's intensity, detect faults
in the inverter, etc.
I'm just trying to gauge what approach is safest to follow.
--don