2014-02-14 08:53 AM
Hi, I'm trying to use the STM32 Embedded GUI Library
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
2014-02-14 10:21 AM
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 STemWinhttp://www.st.com/web/en/catalog/tools/PF259225
2014-02-14 11:47 AM
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