4 years, 6 months ago.

Which GUI library to use with mbed-os?

Hi, I'm wondering which GUI library to use for my "mbed enabled" board(STM32F746GDISCOVERY) with touch lcd.

It seems mbed os is not supported by any relevant gui library, or did I miss one?

3 Answers

4 years, 6 months ago.

Hi,

I would start testing existing examples which have libraries: https://os.mbed.com/teams/ST/code/DISCO-F746NG_LCD_demo/ or https://os.mbed.com/teams/ST/code/DISCO-F746NG_LCDTS_demo/

Regards, Pekka

These examples don't contain any real gui library. They contain primitives to draw to lcd and read events from ts.

posted by spq spq 19 Nov 2019
4 years, 5 months ago.

Hi there,

A way is use the LittlevGL. Visit https://littlevgl.com and follow the porting guide.

EDIT: or you can try this

BR, Jan

A port of Littlevgl for Mbed OS has been written by George beckstein.

https://github.com/AGlass0fMilk/mbed-lvgl

posted by Garrett LoVerde 27 Nov 2019

Thank you for that information but did you test that? Is it working? After 7 months the readme file is still not finished.

posted by Jan Kamidra 27 Nov 2019

Make an issue in the repository.

George is usually happy to help

posted by Garrett LoVerde 28 Nov 2019
4 years, 5 months ago.

A port of Littlevgl for Mbed OS has been written by George beckstein.

https://github.com/AGlass0fMilk/mbed-lvgl