Re: Any idea of minimum safe pixel clock for an 800x600 TFT LCD?

From: Paul Carpenter (paul$_at_pcserv.demon.co.uk)
Date: 04/06/04


Date: Tue, 6 Apr 2004 15:35:45 +0000 (UTC)

On Tuesday, in article
     <l6wcc.23$xx1.267469@news.salzburg-online.at> yeti201@gmx.at
     "Wolfgang Mahringer" wrote:

>Hi Josh,
>
>Josh Lowe wrote:
>
>> "Don't fix NCLK to "H" or "L" level while the Vdd is supplied. If NCLK
>> is fixed to "H" or "L" level for certain period while ENAB is
>> supplied, the panel may be damaged".
>>
>> My concern is that if I use the M16C, and slow down the pixel clock to
>> 2 or 4 MHz to free it up somewhat, I risk causing the above damage.
>> Given the cost of the panel, I imagine my supervisor could be a mite
>> unhappy...
>
>Usually there is minimum refresh rate or pixel clock in the datasheet
>for your LCD.
>
>Fixing NCLK: if you stop shifting the bits, the display image isn't
>anymore refreshed, a usually black line shows up, because now you have
>applied a DC voltage to the LCD panel.
>These panel don't like DC voltages at all.
>You should avoid stopping the clock for more than a few milliseconds or so.
>
>I have made a project, where a small PIC processor scanned an LCD display.
>It scanned "full power" in the main loop to achieve satifactoy refresh
>rates. When an interrupt occured, I processed it (just a few ms) and
>then continued scanning.
>The effect was barely visible on the display.

Unfortunately for this type of display if that update was done once a minute
it would be fine, multiple times a second and it screws up the LCD timing.
These enable signal which is actually a combined H and V Sync and Blanking
signal are then decoded to give internal H and V drives, so even one pixel
difference on a line or frame causes jitter of the image. Do that sort of
interuption too often and you will notice it.
>
>HTH
>Wolf, visiting "down under" soon :-)
>

-- 
Paul Carpenter		| paul@pcserv.demon.co.uk
<http://www.pcserv.demon.co.uk/>        Main Site
<http://www.gnuh8.org.uk/>              GNU H8 & mailing list info.
<http://www.badweb.org.uk/>             For those web sites you hate.


Relevant Pages

  • Re: RO/ARM in car MP3 player.
    ... For control of the mp3's on the dash, I thought about a 2x16 module LCD ... (I've got a panel under my radio where it's a double DIN hole). ... Perhaps a PIC micro to control the display (I've already developed some ... In a car, it might be best to hide the gubbins in the boot. ...
    (comp.sys.acorn.hardware)
  • RE: display driver using BPP_18
    ... e.g Check the voltage that supplies to the panel. ... settings in LCD controller registers ... Please must confirm that the pixel clockfreq. ... controller as pixel clock ...
    (microsoft.public.windowsce.embedded)
  • PXA270 LCD driver
    ... As we are using a 640x480 panel, with very similar timing as the default Toshiba LTM04C380K, I changed the platform.reg to use the LTM04C380K setting. ... The system managed to boot to WinCE, but with a flickering LCD display. ... When I measured the pixel clock, it is running at 13Mhz, and not at the expected freq of 25.18Mhz. ... I went through the LCCRx registers and the settings looks fine to me, as the panel we have has almost the same spec. ...
    (microsoft.public.windowsce.platbuilder)
  • Re: quirky lcd?
    ... >> some of the elements on the liquid crustal display stop showing up. ... >> electronics repair company? ... If the display really is an LCD ( ... > are made off to the panel. ...
    (sci.electronics.repair)
  • Re: Any idea of minimum safe pixel clock for an 800x600 TFT LCD?
    ... > the attendant need to interface the LCD to the External Memory ... You don't say what you want to display on the LCD, ... Any uC is going to have trouble keeping up with pixel clock rates, ...
    (comp.arch.embedded)