eez-open / studio

Cross-platform low-code GUI and automation
https://www.envox.eu/studio/studio-introduction/
GNU General Public License v3.0
616 stars 101 forks source link

[LVGL] Support for Grid layout #536

Closed joysfera closed 2 months ago

joysfera commented 2 months ago

The LVGL's Grid layout is missing. Perhaps it could be implemented similarly to #300 ?

https://docs.lvgl.io/master/layouts/grid.html

I'd like to create a grid of identical widgets on the screen/display.

mvladic commented 2 months ago

Implemented!

Note: "Grid row descriptor" and "Grid column descriptor" is specified as a list of number, separated by space or comma:

image