Hi, is there an example project or example for STM32U5G9ZJ+ILI9341+TouchGFX using SPI? I've followed the tutorial on youtube and github still can't.thank you
I'm using a custom board stm32f469IIT , using a PS043BWSA03 LCD (RGB888) using the touchgfx library and STM32touchcontroller (LTDC RGB565). there is a problem when reading the touchscreen axis (example in photo). is there a solution?
I've tried to communicate directly with the ILI9431 no problem. But when porting to TouchGFX it cannot. I followed the tutorial on the following link https://www.youtube.com/watch?v=suMytEyQTP4 . My suspicion is that there is a difference in DMA. Wha...
previously it worked , yesterday I was in debug mode to see the program run . suddenly my laptop blue screen and restart again. when I use it again it looks like this (I attached the view to stm32cubeide) and the touchgfx and apps files can't be used...
yes I do not use the lcd I use the PS043BWSA03 LCD (RGB888) . how can i make a custom driver? is there an example or documentation? Thank you in advance