Searched refs:layouts (Results 1 – 17 of 17) sorted by relevance
/lvgl-latest/examples/layouts/grid/ |
D | index.rst | 4 .. lv_example:: layouts/grid/lv_example_grid_1 10 .. lv_example:: layouts/grid/lv_example_grid_2 16 .. lv_example:: layouts/grid/lv_example_grid_3 22 .. lv_example:: layouts/grid/lv_example_grid_4 28 .. lv_example:: layouts/grid/lv_example_grid_5 34 .. lv_example:: layouts/grid/lv_example_grid_6
|
/lvgl-latest/examples/layouts/flex/ |
D | index.rst | 4 .. lv_example:: layouts/flex/lv_example_flex_1 10 .. lv_example:: layouts/flex/lv_example_flex_2 16 .. lv_example:: layouts/flex/lv_example_flex_3 22 .. lv_example:: layouts/flex/lv_example_flex_4 28 .. lv_example:: layouts/flex/lv_example_flex_5 34 .. lv_example:: layouts/flex/lv_example_flex_6
|
/lvgl-latest/ |
D | component.mk | 13 src/extra/layouts \ 14 src/extra/layouts/flex \ 15 src/extra/layouts/grid \
|
D | README.md | 42 * Powerful layouts inspired by CSS: [Flexbox](https://docs.lvgl.io/master/layouts/flex.html) and [G…
|
D | README_zh.md | 44 …图形界面(例如:[Flexbox](https://docs.lvgl.io/master/layouts/flex.html)、[Grid](https://docs.lvgl.io/maste…
|
D | README_pt_BR.md | 39 …m CSS: [Flexbox](https://docs.lvgl.io/master/layouts/flex.html) e [Grid](https://docs.lvgl.io/mast…
|
/lvgl-latest/docs/ |
D | example_list.py | 70 layouts = { variable 119 for l in layouts: 120 fout.write("### " + layouts[l] + "\n")
|
D | index.md | 32 layouts/index
|
D | CHANGELOG.md | 1616 v8.0 brings many new features like simplified and more powerful scrolling, new layouts inspired by … 1645 ### New layouts 1688 - Use the new layouts instead of `lv_cont` features
|
/lvgl-latest/docs/others/ |
D | gridnav.md | 9 …ith manually positioned children, as well as [Flex](/layouts/flex) and [Grid](/layouts/grid) layou…
|
/lvgl-latest/docs/overview/ |
D | coords.md | 1 # Positions, sizes, and layouts 7 - Explicitly set coordinates are stored in styles (size, position, layouts, etc.) 12 - a subset of flexbox and grid layouts are supported 258 The translation is applied after the layouts are calculated. Therefore, even laid out objects' posi… 267 …tion doesn't make the object "really" larger. In other words scrollbars, layouts, and `LV_SIZE_CON… 313 LVGL comes with two very powerful layouts: 317 Both are heavily inspired by the CSS layouts with the same name. 320 There are some flags that can be used on objects to affect how they behave with layouts: 322 - `LV_OBJ_FLAG_IGNORE_LAYOUT` The object is simply ignored by the layouts. Its coordinates can be s… 327 ### Adding new layouts
|
D | style-props.md | 106 Move the object with this value in X direction. Applied after layouts, aligns and other positioning… 115 Move the object with this value in Y direction. Applied after layouts, aligns and other positioning… 199 Sets the padding between the rows. Used by the layouts. 208 Sets the padding between the columns. Used by the layouts. 784 …g to the policies set for the layout. For the possible values see the documentation of the layouts.
|
/lvgl-latest/docs/layouts/ |
D | flex.md | 95 …ing of `LV_FLEX_ALIGN_START` and `LV_FLEX_ALIGN_END` is swapped on `ROW` layouts. I.e. `START` wil… 97 The items on `ROW` layouts, and tracks of `COLUMN` layouts will be placed from right to left. 108 .. include:: ../../examples/layouts/flex/index.rst
|
D | grid.md | 102 .. include:: ../../examples/layouts/grid/index.rst
|
/lvgl-latest/docs/widgets/ |
D | obj.md | 20 …d here. To see all the features of LVGL (padding, coordinates in styles, layouts, etc) visit the [… 121 - `LV_OBJ_FLAG_IGNORE_LAYOUT` Make the object positionable by the layouts 125 - `LV_OBJ_FLAG_LAYOUT_1` Custom flag, free to use by layouts 126 - `LV_OBJ_FLAG_LAYOUT_2` Custom flag, free to use by layouts
|
/lvgl-latest/docs/get-started/platforms/ |
D | nxp.md | 142 …pixel engine (PE) destination, the alignment should be 64 bytes for all tiled (4x4) buffer layouts. 143 …The pixel engine has no additional alignment requirement for linear buffer layouts (`VG_LITE_LINEA…
|
/lvgl-latest/docs/widgets/core/ |
D | img.md | 100 It also means the layouts are not affected the by the transformations.
|