Initial commit, getting all the stuff from PlatformIO

This commit is contained in:
2025-11-02 17:55:41 +00:00
commit 4b4b816a8c
3003 changed files with 1213319 additions and 0 deletions

View File

@@ -0,0 +1,37 @@
A simple grid
-------------
.. lv_example:: layouts/grid/lv_example_grid_1
:language: c
Demonstrate cell placement and span
-----------------------------------
.. lv_example:: layouts/grid/lv_example_grid_2
:language: c
Demonstrate grid's -free unit-
------------------------------
.. lv_example:: layouts/grid/lv_example_grid_3
:language: c
Demonstrate track placement
---------------------------
.. lv_example:: layouts/grid/lv_example_grid_4
:language: c
Demonstrate column and row gap
------------------------------
.. lv_example:: layouts/grid/lv_example_grid_5
:language: c
Demonstrate RTL direction on grid
---------------------------------
.. lv_example:: layouts/grid/lv_example_grid_6
:language: c