Closed joysfera closed 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.
Implemented!
Note: "Grid row descriptor" and "Grid column descriptor" is specified as a list of number, separated by space or comma:
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.