Reputation: 151
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)
Upvotes: 0
Views: 5124
Reputation: 2280
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.
Upvotes: 1
Reputation: 628
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.
Upvotes: 1
Reputation: 118
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.
Upvotes: -1