cancel
Showing results for 
Search instead for 
Did you mean: 

STM32 Embedded GUI Library porting for F4 Discovery

daniel23
Associate II
Posted on February 14, 2014 at 17:53

Hi, I'm trying to use the STM32 Embedded GUI Library 

http://www.st.com/st-web-ui/static/active/en/resource/technical/document/application_note/CD00259585.pdf

with STM32F4 Discovery Board.

Does anyone already done a porting of this library on the discovery?

Otherwise, how can I try to port it and what is the ''weight'' in terms of work of such a porting? (I'm new in programming embedded devices)

Thanks in advance,

Daniel

2 REPLIES 2
Posted on February 14, 2014 at 19:21

The STM32F4-DISCO doesn't have a display, have you got one connected, and how similar is it's configuration and attachment to the EVAL type boards the library presumably targeted originally?

See also STemWin

http://www.st.com/web/en/catalog/tools/PF259225

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
daniel23
Associate II
Posted on February 14, 2014 at 20:47

I'm using an LCD provided with the expansion ( http://www.element14.com/community/community/knode/dev_platforms_kits/element14_dev_kits/stm32f4-discovery-expansion-boards ) which uses

SSD2119 

as LCD controller.

Should I follow the examples attached in STemWin for stm32F4 discovery to port the needed modules (or maybe it's possible to found an already done version that uses the same hardware?) in order to be able to use the stm32 embedded library?

Thanks in advance,

Daniel