Benefit of using LTDC if TFT LCD already has integrated display controller?
Hi, I'm looking to add a TFT LCD to a project and I've been looking at iltek controlled displays as a solution specifically the ili9488. Displays that integrate various driver ICs such as ili9486, ili9341, ili9488 are very popular on the arduino platform because it only requires simple SPI control by the master microcontroller. Looking at various examples using these types of displays on the stm32 platform LTDC is always used. My question is why use LTDC when the TFT screen already has a full integrated controller? What are the benefits to using LTDC to help drive the screen? Why not use simple SPI control like an Arduino? I'm sure the benefits are there but reading AN4861 it's not clear what the benefits are if an IC driver is already embedded into the display. Any help in clearing up this confusion would be great.
