2015-01-14 10:12 AM
Hi guys,
I'm currently trying to interfacehttp://www.wvshare.com/product/4.3inch-480x272-Touch-LCD-B.htm
with the STM32F429I-Discovery board, but I don't know where to start. After lines connection (for the moment only lcd, not touchpanel) what should I do to make it work? I mean, how to configure the LTDC peripheral and after that the stemwin library? Anyone with a working source code is VERY appreciated.Regards,Fabio #stm32 #stm32f429discovery2015-01-14 11:44 AM
How similar is the panel to the one used with the STM324x9I-EVAL(2) boards? Check schematics/source for those.
2015-01-14 12:47 PM
Thank you a lot! Should be the same display (or at least a compatible one). I retrieve the code from STM32CubeF4 package but it uses HAL structures. Do you know if exist an example source code base on standard peripheral driver instead, without the HAL support?
2015-01-15 04:05 PM