Home
last modified time | relevance | path

Searched refs:section (Results 1 – 25 of 27) sorted by relevance

12

/lvgl-3.7.0/examples/widgets/menu/
Dlv_example_menu_5.c37 lv_obj_t * section; in lv_example_menu_5() local
43 section = lv_menu_section_create(sub_mechanics_page); in lv_example_menu_5()
44 create_slider(section, LV_SYMBOL_SETTINGS, "Velocity", 0, 150, 120); in lv_example_menu_5()
45 create_slider(section, LV_SYMBOL_SETTINGS, "Acceleration", 0, 150, 50); in lv_example_menu_5()
46 create_slider(section, LV_SYMBOL_SETTINGS, "Weight limit", 0, 150, 80); in lv_example_menu_5()
51 section = lv_menu_section_create(sub_sound_page); in lv_example_menu_5()
52 create_switch(section, LV_SYMBOL_AUDIO, "Sound", false); in lv_example_menu_5()
57 section = lv_menu_section_create(sub_display_page); in lv_example_menu_5()
58 create_slider(section, LV_SYMBOL_SETTINGS, "Brightness", 0, 150, 100); in lv_example_menu_5()
62 section = lv_menu_section_create(sub_software_info_page); in lv_example_menu_5()
[all …]
/lvgl-3.7.0/docs/_static/js/
Dcustom.js30 const section = document.querySelector('.wy-nav-content-wrap');
35 section.insertBefore(newDiv, section.firstChild);
/lvgl-3.7.0/docs/porting/
Dtimer-handler.md37 To learn more about timers visit the [Timer](/overview/timer) section.
Dproject.md25 For integration with CMake take a look this section of the [Documentation](/get-started/platforms/c…
28 The [Get started](/get-started/index.html) section contains many platform specific descriptions e.g…
Ddisplay.md95 - `rotated` and `sw_rotate` See the [Rotation](#rotation) section below.
/lvgl-3.7.0/docs/widgets/extra/
Dmenu.md52 ### Create a menu container, section, separator
57 `lv_menu_section_create(parent page)` creates a new empty section.
/lvgl-3.7.0/env_support/cmsis-pack/
DREADME.md131 9. Remove all content in `DEMO USAGE` section but keep the following:
148 10. Thoroughly remove the `3rd party libraries` section.
/lvgl-3.7.0/docs/get-started/
Dindex.md9 6. Check out the Platform-specific tutorials. (in this section below). (10 minutes)
Dquick-overview.md12 Go to the [Simulators](/get-started/pc-simulator) section to get ready-to-use projects that can be …
81 For a more detailed guide go to the [Porting](/porting/index) section.
151 To learn all features of the events go to the [Event overview](/overview/event) section.
237 To learn all the features of styles see the [Style overview](/overview/style) section.
/lvgl-3.7.0/docs/overview/
Ddisplay.md3 … the [Porting](/porting/display) section. So before reading further, please read the [Porting](/po…
61 See the [Display background](#display-background) section for more details. If the display's backgr…
Dobject.md155 Read the [Layer overview](/overview/layer) section to learn more about layers.
190 - `LV_PART_SELECTED` Indicate the currently selected option or section
197 They are described in more detail in the [Style overview](/overview/style) section.
220 To learn more about the states read the related section of the [Style overview](/overview/style).
Dindev.md10 ``` important:: Before reading further, please read the [Porting](/porting/indev) section of Input …
129 …detailed description read the [Style](https://docs.lvgl.io/v7/en/html/overview/style.html) section.
Dimage.md27 See the [File system](/overview/file-system) section to learn more.
127 As you can see in the [Color formats](#color-formats) section, LVGL supports several built-in image…
147 …s to *True color* according to the format described in the [Color formats](#color-formats) section.
150 …hey should be decoded to one of the known formats from the [Color formats](#color-formats) section.
Dcoords.md34 This section describes special cases in which LVGL's behavior might be unexpected.
46 As it's described in the [Using styles](#using-styles) section, coordinates can also be set via sty…
/lvgl-3.7.0/demos/benchmark/
DREADME.md129 In the first section of the table, "Slow but common cases", those cases are displayed which are con…
131 Below this in the "All cases section" all the results are shown. The < 10 FPS results are shown wit…
/lvgl-3.7.0/src/extra/
DREADME.md16 - Add yourself to the [Contributors](#contributors) section below.
/lvgl-3.7.0/docs/intro/
Dindex.md119 Before posting a question, please ready this FAQ section as you might find answer to your issue her…
142 See the [Porting](/porting/display) section to learn more.
215 See the [Operating system and interrupts](/porting/os) section to learn more.
/lvgl-3.7.0/docs/get-started/platforms/
Darduino.md67 To enable this feature you have to edit the `lv_conf.h` file and enable logging in the section `log…
Dpc-simulator.md27 The following section describes the set-up guide of Eclipse CDT in more detail.
/lvgl-3.7.0/scripts/
DDoxyfile134 # doxygen will generate a detailed section even if there is only a brief
374 # type (e.g. under the Public Functions section). Set it to NO to prevent
383 # instead of on a separate page (for HTML and Man pages) or section (for LaTeX
397 # Man pages) or section (for LaTeX and RTF).
467 # which are defined in the implementation section but not in the interface are
486 # section is generated. This option has no effect if EXTRACT_ALL is enabled.
1113 # and then modify the file new_header.html. See also section "Doxygen usage"
1127 # section "Doxygen usage" for information on how to generate the default footer
1136 # See also section "Doxygen usage" for information on how to generate the style
1383 # project's filter section matches. Qt Help Project / Filter Attributes (see:
[all …]
/lvgl-3.7.0/docs/
DCODING_STYLE.md77 /*Comment before a section*/
/lvgl-3.7.0/docs/widgets/core/
Dcanvas.md25 See the full list in the [Color formats](/overview/image.html#color-formats) section.
Dlabel.md64 …ols alongside letters (or on their own). Read the [Font](/overview/font) section to learn more abo…
Dimg.md49 …image converter. To learn more about the color formats, read the [Images](/overview/image) section.
/lvgl-3.7.0/
DREADME.md185 … visit the [Contributing](https://docs.lvgl.io/master/CONTRIBUTING.html) section of the documentat…

12