TouchGFX video tutorial step by step to interface with spi lcd or with FSMC interface
Hello,
I have search in universe and on youtube there are hundreds are videos which shows how to interface Touchgfx with ltdc interface, and wondering still ST fellows are making videos on same, on other side there is no single video or webinars which shows touchgfx integration with spi or fmc bus. except a single page document in helpfile which also refers to example of STM32L496-DISCO Application template. Now the real problem is how one can find what is changed in hundreds of file that are located in STM32L496-DISCO Application template.
So there is a need which is simply ignored by touchgfx designer along with ST employees to make a video step by step starting with scratch from cubemx and necessary modification for touchgfx integration for standard lcds available like ili9341 for parallel data and ST7735 spi controller since these lcds are widely available,
I forgot to mention
I have successfully interface https://lvgl.io/ ie littlevgl gui on stm32f407. They have written the code so down to earth where user only needs to provide setpixel function and lcd width and height.
Apart from this touchgfx has 2500+ page document to study which will take months to understand it.
So for fellows like me touchgfx is very badly written with lots of complexity
So first don't provide long help file rather step by step example tutorial is must have
regards