acid-drop

- Hacking the planet from a LilyGo T-Deck using custom firmware
git clone git://git.acid.vegas/acid-drop.git
Log | Files | Refs | Archive | README | LICENSE

index.rst (877B)

      1 A simple row and a column layout with flexbox
      2 """""""""""""""""""""""""""""""""""""""""""""""
      3 
      4 .. lv_example:: layouts/flex/lv_example_flex_1
      5   :language: c
      6 
      7 Arrange items in rows with wrap and even spacing
      8 """""""""""""""""""""""""""""""""""""""""""""""""
      9 
     10 .. lv_example:: layouts/flex/lv_example_flex_2
     11   :language: c
     12 
     13 Demonstrate flex grow
     14 """""""""""""""""""""""
     15 
     16 .. lv_example:: layouts/flex/lv_example_flex_3
     17   :language: c
     18 
     19 Demonstrate flex grow.
     20 """""""""""""""""""""""
     21 
     22 .. lv_example:: layouts/flex/lv_example_flex_4
     23   :language: c
     24 
     25 Demonstrate column and row gap style properties
     26 """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
     27 
     28 .. lv_example:: layouts/flex/lv_example_flex_5
     29   :language: c
     30 
     31 RTL base direction changes order of the items
     32 """""""""""""""""""""""""""""""""""""""""""""""
     33 
     34 .. lv_example:: layouts/flex/lv_example_flex_6
     35   :language: c
     36 
     37