Page 1 of 1

Anybody using LVGL?

Posted: Tue Sep 01, 2020 4:20 pm
by zapta
I am considering using LVGL with STM32/arduino (Bluepill STM32F103, on platformio).

Anybody has any experience or hint? E.g. where to find a ported LVGL library, what displays are known to work (I am looking for 3.5" + touch, ISP 4 wires), and so on.

Re: Anybody using LVGL?

Posted: Wed Oct 21, 2020 3:13 pm
by fpiSTM
Unfortunately, I've no hints for you. I know this library and would give a try but time is always missing ingredient...

Re: Anybody using LVGL?

Posted: Wed Oct 21, 2020 7:16 pm
by Patrick
I am using it, stock LVGL library.
Nucleo-F429ZI and a TFT shield (UNO compatible).
MCUFRIEND_kbv and TouchScreen librairies for display handling.

Re: Anybody using LVGL?

Posted: Sun Nov 01, 2020 1:34 pm
by Patrick
I just created a GitHub repository for my project, Nucleo LEP.
You can check the code to have a working example.
I am working on a new project with a STM32F746 Discovery.
LVGL is working fine, display and touch.