Hello
Can the L138 LCD controller support TE signal from the LCD driver used to eliminate Tearing Effect for Smart (RAM) drivers with intel 8080 interface?
This TE signal is also known as FRAME_SYNC
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello
Can the L138 LCD controller support TE signal from the LCD driver used to eliminate Tearing Effect for Smart (RAM) drivers with intel 8080 interface?
This TE signal is also known as FRAME_SYNC
Hello Mukul
Yes, the intended singal of TE is similar to Section 7.1.5.
Bascially its a V-Blanking singal to the MCU to indicate when to write data to avoid Tearing on the LCD.
What you are saying is that, the L138 has no hardware capability to achieve this?
Yes, I believe there is no IO level capability to accomplish this with the LCD controller on OMAPL138. I think the onus would be on software and system bandwidth management to manage error reporting based on FIFO under-run generated error (FUF bit), which is asserted if the LCD DMA is not able to keep up the data rate consumed by the LCD.
I am asking some additional display/LCD experts to sanity check this thread for me.
Regards
Mukul
In the 8080 mode it should be possible to 'stall' the output under software control. It should then be possible to use the external v-sync/tear signal so trigger an interrupt which in turn initiates a frame display.
This would give the same effect as the hardware tear signal, but would require some software intervention.
Just a thought.
BR,
Steve