Searched refs:added (Results 1 – 25 of 56) sorted by relevance
123
| /lvgl-latest/docs/details/widgets/ |
| D | win.rst | 63 will be placed in the Header in left-to-right order as they are added. These 70 in the header, it will occupy all available space after any Buttons are added. 71 If more than one label is added, each label will share that space equally unless 73 Because of this, any buttons added after the last Label added will be "stacked" 93 to which the content of the window can be added. 102 No special events are sent by Window Widgets, however events can be added 103 to any Buttons added.
|
| D | msgbox.rst | 62 Footer buttons so added are evenly spaced and centered. 64 Buttons can also be added to the header if desired with 66 Buttons so added are added to the right end of the header. 82 Functions that add something to the message box return a pointer to the newly added Widget:
|
| D | spangroup.rst | 18 Spangroup for each "span" of uniquely-styled text needed. Each Span so added is 20 Spans are displayed. Spans can be added to, and removed from, the Spangroup 21 throughout its life. The number of Spans that can be added is limited only by
|
| D | table.rst | 16 The Table is added to the default group (if one is set). 51 New rows and columns are automatically added as required.
|
| D | calendar.rst | 17 The Calendar is added to the default group (if one is set). Calendar is 38 added to modify the properties of the buttons as follows: 151 **From LVGL v8.1 onward, the header is added directly into the Calendar Widget and
|
| D | list.rst | 12 and Text can be added.
|
| D | chart.rst | 17 - a ``point_count`` (default 10) that applies to all data series added, 55 Point count (number of data points in all data series added to the chart) 100 - Earliest data series added appears on top. 106 - The most recent cursor added appears on top. 308 With the help of :ref:`Scale <lv_scale>`, vertical and horizontal scales can be added 331 A cursor can be added with ``lv_chart_cursor_t * c1 = lv_chart_add_cursor(chart, color, dir);``.
|
| D | scale.rst | 162 overlap), the Style's properties belonging to the most recently added Section takes 174 range [0..0] and no Styles added to it, which ensures that Section will not be drawn 176 <styles>` added to it before it will be used in drawing the Scale. 222 unlike normal Styles added to a Widget, a Section can only have 1 style per PART.
|
| D | dropdown.rst | 17 The Drop-down list is added to the default group (if one is set). 114 A symbol (typically an arrow) can be added to the Drop-Down List with
|
| D | checkbox.rst | 27 The Checkbox is added to the default group (if one is set).
|
| D | textarea.rst | 12 it. Text or characters can be added to it. Long lines are wrapped and when the 177 some additional functionality (and 8 bytes per label) are added to Label Widgets 189 be added in the future.
|
| D | tabview.rst | 51 New tabs can be added with :cpp:expr:`lv_tabview_add_tab(tabview, "Tab name")`.
|
| /lvgl-latest/docs/details/integration/driver/touchpad/ |
| D | evdev.rst | 62 …ically finding and adding input devices in ``/dev/input/``. New devices will automatically be added 65 You may want to react to a new device being added so that a cursor image can be applied, for exampl… 66 function which will be called when a new device is added.
|
| /lvgl-latest/scripts/built_in_font/font_license/DejaVuSans/ |
| D | LICENSE | 21 The Font Software may be modified, altered, or added to, and in particular 23 additional glyphs or characters may be added to the Fonts, only if the fonts 69 The Font Software may be modified, altered, or added to, and in 71 modified and additional glyphs or characters may be added to the
|
| /lvgl-latest/docs/details/base-widget/styles/ |
| D | style.rst | 24 - The most recently added style has higher precedence. This means if a property 58 A style can be added to any state or state combination. For example, 123 to add more styles to a Widget and have the latter added style modify 131 Styles added later have precedence over ones set earlier. So in the 132 gray/red button example above, the normal button style should be added 141 will be red because a perfect match is found in the most recently added 180 - :cpp:enumerator:`LV_PART_CUSTOM_FIRST`: Custom part identifiers can be added starting from here. 203 be added or changed. 264 new properties cannot be added. 273 A style on its own has no effect until it is added (assigned) to a Widget. [all …]
|
| /lvgl-latest/docs/details/integration/chip/ |
| D | espressif.rst | 47 …ext build, the LVGL component will be fetched from the component registry and added to the project. 59 All components from ``${project_dir}/components`` are automatically added to build. 128 If you are not using a custom ``partition.csv`` yet, it can be added 137 ``LittleFS`` has extra dependencies that should be added to ``main/idf_component.yml`` 190 …ig`` are not being tracked in the repository if the ``sdkconfig`` file is added to ``.gitignore``,…
|
| D | arm.rst | 45 …guration for Arm2D. Ensure that the folder containing ``arm_2d_cfg.h`` is added to the include pat… 47 6. The CMSIS DSP library also needs to be added to the project. You can use CMSIS-PACKS or add it m…
|
| /lvgl-latest/.github/ |
| D | pull_request_template.md | 9 - If you added new options to `lv_conf_template.h` run [lv_conf_internal_gen.py](https://github.com…
|
| /lvgl-latest/docs/details/integration/building/ |
| D | cmake.rst | 33 More configurations will be added once available.
|
| /lvgl-latest/docs/details/base-widget/ |
| D | event.rst | 55 More events can be added to a Widget, like this: 71 The events will be called in the order as they were added. 114 *Custom events* are added by the user and are never sent by LVGL. 173 - :cpp:enumerator:`LV_EVENT_CHILD_CHANGED`: Child was removed, added, or its size, position were c…
|
| /lvgl-latest/docs/details/other-components/ |
| D | fragment.rst | 60 /* Create fragment instance, and Widgets will be added to container */
|
| D | snapshot.rst | 34 normally won't be added to cache because it can be drawn directly. So you don't need
|
| /lvgl-latest/tests/ |
| D | README.md | 46 New test needs to be added into the `src/test_cases` folder. The name of the files should look like…
|
| /lvgl-latest/docs/intro/ |
| D | basics.rst | 121 are automatically added as children to their parent Widgets at time of creation --- 123 the Widget. After being so added, we say that the parent Widget "contains" the 323 After that, properties can be added to configure the style. For example: 381 Local style properties also can be added to Widgets. This creates a
|
| /lvgl-latest/docs/details/base-widget/layouts/ |
| D | grid.rst | 81 By default, a Widget's children are not added to the grid. They need to be 82 added manually to a cell.
|
123