2014-04-15 07:02 AM
I have a display that does not include HSYNC or VSYNC, only a pixel clock. It is my understanding that I can only use the FMC interface (the old FSMC) and not the LCD TFT embedded controller (I have a STM32F429). Is this correct? I just started investigating this, but any pointers in the meantime are greatly appreciated. I'd like to use the LCD TFT embedded controller with the display I already have instead of looking at a new display.
#lcd #stm322014-04-15 08:32 AM
So is it a dumb panel without a controller, or not? If it has it's own frame buffer, or just needs data looping via DMA, the the TFT Controller doesn't seem to be appropriate.
Perhaps you could cite the documentation for the panel in question, might get you better answers.2014-04-15 10:07 AM
Here is the display in question (which I have):
So the question is, how (if) to drive this display with the LCD-TFT embedded controller? Or, save the headache and get a more compatible display, like the one on the eval board.2014-04-15 10:44 AM
Yes, the question would be if you can actually generate this DE (Display Enable) signal, instead of the Horizontal/Vertical signalling more classically used.
The purpose of the TFT controller, and painting the screen from an SDRAM frame buffer, is to reduce the cost of the panel. The controller is designed to use the most generic displays (high volume, high availability).