I'm trying to use the STM32 Embedded GUI Library with STM32F4 Discovery Board. Has 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)
Asked
Active
Viewed 5,058 times
0
-
It looks like it was written for STM32F10xxx, STM32L1xx, and STM32F2xx series of micros. As such, you'll need to update the Hardware Abstraction Layer (HAL) for your specific micro (STM32F4xxx). See section 4.4 of the .pdf you linked to for what you'd need to update. – Ross Feb 14 '14 at 17:28
4 Answers
1
Maybe you want to take a look at µGFX: https://ugfx.io
It comes with a ton of optional features and built-in drivers. Your hardware setup is already supported.

Joel Bodenmann
- 2,152
- 2
- 17
- 44
1
I used Littlev Grapics Library (free, open source) on STM32 discovery. Maybe you will like it too. http://www.gl.littlev.hu/blog/8/embedded-gui-on-stm32-discovery-board-with-littlev-graphics-library
It comes with a working project to download to STM32 Disocvery.

Gábor Kiss-Vámosi
- 488
- 5
- 14
-1
This link will help to implement STemWin on STM32F4.. Link to blog.. It can be easily ported if the drivers for LCD and Touch are properly configured.

Dwijay Bane
- 110
- 6