2016-07-29 04:19 AM
Hi All,
My hardware is custom STM32F429 board with 7'' TFT. Display has no U/D or R/L display mode select pin. I don't see datasheet LTDC registers to configure scanning order. Actually i do it manually in software, perhaps using DMA2D will be quicker but still is to slowly There is some idea to setup it ? Andrew2016-07-29 05:52 AM
Hi,
You can have a look to the LTDC examples under STM32CubeF4 package, it maybe helpful for you:STM32Cube_FW_F4_V1.13.0\Projects\STM324x9I_EVAL\Examples\LTDC\LTDC_Display_2LayersThis example can be a starting point to learn about programming the display as it describes how to configure the LTDC peripheral to display two Layers at the same time.You can also, refer to the
, section 16 LCD-TFT controller (LTDC)Regards