Enabling touch screen on STM32F469I-Discovery but can not
Hello,
I have been following this tutorial to enable touch screen on my STM32F469-Discovery board for STemWin.
I have done all the things shown in article. Code compiled successfully. But I can see only blank screen.
In extra to the tutorial, I need to add stm32469i_discovery_lcd.h, Utilities/Fonts/fonts.h and stm32469i_discovery_sdram.h.
By adding these task I got an error on redefining the DSI_IO_WriteCmd function which already defined in STemwin_wrapper.c. SO I removed defination from stm32469i_discovery_lcd.c and compiled.
Can Anyone help ?