2014-05-05 03:44 AM
HI,
It is possible to use the graphical library from ST to create a graphical application with STM32F407? What about the LCD ?Best Regards ,2014-05-05 06:45 AM
It is possible to use the graphical library from ST to create a graphical application with STM32F407? What about the LCD ?
Doesn't it work with boards like the STM3240G-EVAL? Review the schematic and software available for that. Well the 407 isn't going to work with a Dumb TFT panel, you'd need one with a built in controller, and interface with the FSMC bus.2014-05-05 09:45 AM
I want to display an image and a data (example temperature). For graphical application , I 've found STM32F429I and the tool embedded graphic editor. So , how can I process ? Is there any sample project of graphical application ?
2014-05-05 05:18 PM
The STM32F429I-DISCO comes with a ''Dumb'' panel, the graphics are painted from an SDRAM based frame buffer.
Drawing graphics into rastered display buffer is something that's been done for decades, there should be plenty of examples, and methods out there. The STM32F429I-DISCO has examples, there is the ST emWin. The other ST EVAL boards also have examples. And there are plenty of vendors selling graphic libraries and tools.2014-05-06 01:49 AM
Sorry for this question , I'm beginner with STM32 . I've found the package stm32f4cube and i'used BSP drivers . Now , If I want save the image of the screen in order to send them to another device . How can I do ?