Searched refs:Table (Results 1 – 9 of 9) sorted by relevance
/lvgl-latest/docs/details/widgets/ |
D | table.rst | 4 Table (lv_table) 13 The Table Widget is very lightweight because only the text strings are stored. 16 The Table is added to the default group (if one is set). 17 Table is an editable Widget, allow selecting a cell with encoder and keyboard 27 - :cpp:enumerator:`LV_PART_MAIN` The background of the Table; uses the :ref:`typical 29 - :cpp:enumerator:`LV_PART_ITEMS` The cells of the Table also use the 44 before displaying them in a Table. 47 saved by the Table so the buffer containing the string can be a local variable. 65 the Table Widget will be set to the sum of all column widths. 80 If a Table's width or height is set to :c:macro:`LV_SIZE_CONTENT` that size [all …]
|
/lvgl-latest/src/libs/gif/ |
D | gifdec.c | 20 typedef struct Table { struct 24 } Table; argument 482 static Table * 487 Table * table = lv_malloc(sizeof(*table) + sizeof(Entry) * init_bulk); in new_table() 505 add_entry(Table ** tablep, uint16_t length, uint16_t prefix, uint8_t suffix) in add_entry() 507 Table * table = *tablep; in add_entry() 556 Table * table; in read_image_data()
|
/lvgl-latest/docs/details/integration/chip/ |
D | espressif.rst | 118 .. csv-table:: Partition Table 129 via ``menuconfig`` (``Partition Table → Partition Table → Custom partition table CSV``).
|
/lvgl-latest/docs/details/integration/driver/display/ |
D | renesas_glcdc.rst | 21 - Supports the Color Look-Up Table (CLUT) usage for input graphics planes (ARGB8888) with 512 words…
|
/lvgl-latest/docs/details/other-components/ |
D | file_explorer.rst | 95 - ``File Table``: with 1 column, 86% of ``Browser Panel`` height 119 - :cpp:expr:`lv_file_explorer_get_file_table(explorer)` (pointer to ``File Table`` :ref:`lv_table`…
|
/lvgl-latest/docs/details/integration/bindings/ |
D | javascript.rst | 14 Table of Contents
|
/lvgl-latest/docs/ |
D | README.md | 105 .. toctree:: <=== Table of contents
|
/lvgl-latest/ |
D | README.md | 53 …ails/widgets/index.html): Button, Label, Slider, Chart, Keyboard, Meter, Arc, Table and many more.
|
D | Kconfig | 1163 bool "Table"
|