Olimex Support Forum

OLinuXino Android / Linux boards and System On Modules => A20 => Topic started by: Fra on March 06, 2023, 06:52:40 PM

Title: Framework to develop HMI
Post by: Fra on March 06, 2023, 06:52:40 PM
Goodmorning you all,
I'm serching a framework to develop graphical interfaces to be displayd on an HDMI LCD+Touchscreen. This graphical interfaces must run on the Olinuxino board.
Since now I used Qt to develop this HMI, but now I want to change.
Do you have suggestion on other possible frameworks to develop these interfaces?
Many thanks
Title: Re: Framework to develop HMI
Post by: mactronica on March 08, 2023, 12:32:41 PM
Hello,
I use LVGL running on framebuffer driver (since hardware accelerated drivers from Allwinner are closed source blobs).
That's enough for me. You can see a demo here:

Best regards,
Giuseppe.
Title: Re: Framework to develop HMI
Post by: Fra on March 13, 2023, 12:28:58 PM
Many thanks Giuseppe!