Daniel
Daniel

Reputation: 151

STM32 Embedded GUI Library porting for F4 Discovery

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

Answers (4)

Joel Bodenmann
Joel Bodenmann

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

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

Dwijay Bane
Dwijay Bane

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

Clifford
Clifford

Reputation: 93566

You might also consider STemWin, it is already supported on STM32F4. In either case the biggest porting effort will probably be in supporting your specific display hardware.

Upvotes: 0

Related Questions