Re: SED1335 LCD Controller: Screen Disturbance




Richard Phillips wrote:
Hello all,

I've been using this chip (built into an LCD module) for a while and have
the LCD inverted, i.e. background "black" and characters "green".

I find that when I write info to the screen I often get very slight
disturbances (tiny horizontal lines) appearing on the screen that vanish
again almost immediately.

I have written my code so that it only updates the SED's memory inbetween
LCD screen-line writes (if I don't do this, the problem is MUCH worse!) to
minimise flicker.

Regards,
Richard.

Its caused by writing to the video ram at the same time as the
controller is reading from it. You should be able to write at the end
of the line, or at the end of the frame. Some controllers let you slow
down the clock to give you more time. You may even be able to disable
the display for a whole frame period if you need to write a lot of data.

.



Relevant Pages

  • Re: SED1335 LCD Controller: Screen Disturbance
    ... have the LCD inverted, ... I use a Sharp 79524 with an on chip LCD controller reading, via DMA, ... inbetween LCD screen-line writes (if I don't do this, ... of an "off the shelf" LCD module, so I would imagine it's been put together ...
    (comp.arch.embedded)
  • Re: SED1335/Densitron LM4733 LCD Module
    ... I've written some code for this LCD module that ... using the "command byte+stream of data bytes" method. ... I've looked at everything I can, the code looks fine, the timings ... that anyone who is familiar with either this module or this controller just ...
    (comp.arch.embedded)
  • SED1335/Densitron LM4733 LCD Module
    ... I've written some code for this LCD module that ... using the "command byte+stream of data bytes" method. ... Sometimes a problem occurs where an additional 8 pixels can be ... that anyone who is familiar with either this module or this controller just ...
    (comp.arch.embedded)
  • Re: SED1335 LCD Controller: Screen Disturbance
    ... I've been using this chip (built into an LCD module) for a while and have ... LCD screen-line writes to ... I found it better to only use the frame sync period since this is longer. ... Its an old chip. ...
    (comp.arch.embedded)
  • Re: EMC Requirement for LCD modules
    ... fernan wrote: ... I am currently working on a project that uses an LCD module with a ... builtin Hymax HX8238 controller. ...
    (sci.electronics.design)