Home
last modified time | relevance | path

Searched refs:all (Results 1 – 25 of 58) sorted by relevance

123

/lvgl-3.4.0/docs/overview/
Devent.md27 …ick event will call `my_event_cb`. See the [list of event codes](#event-codes) for all the options.
28 `LV_EVENT_ALL` can be used to receive all events.
36 lv_obj_add_event_cb(obj, my_event_cb_3, LV_EVENT_ALL, NULL); /*No filtering, receive all events*/
98 - `LV_EVENT_DRAW_POST_BEGIN` Starting the post draw phase (when all children are drawn)
99 - `LV_EVENT_DRAW_POST` Perform the post draw phase (when all children are drawn)
100 - `LV_EVENT_DRAW_POST_END` Finishing the post draw phase (when all children are drawn)
110 - `LV_EVENT_CHILD_CREATED` Child was created, always bubbles up to all parents
111 - `LV_EVENT_CHILD_DELETED` Child was deleted, always bubbles up to all parents
118 - `LV_EVENT_SCREEN_LOADED` A screen was loaded, called when all animations are finished
119 - `LV_EVENT_SCREEN_UNLOADED` A screen was unloaded, called when all animations are finished
[all …]
Dlayer.md53 Both are visible and common on all screens of a display. **They are not, however, shared among mult…
55 …up, etc. If the `click` attribute is enabled, then `layer_top` will absorb all user clicks and act…
60 …or similar purposes in LVGL. For example, it places the mouse cursor above all layers to be sure i…
Dobject.md10 You can see all the [Object types](/widgets/index) here.
34 To see all the available functions visit the [Base object's documentation](/widgets/obj).
62 Therefore, all positions are relative to the parent.
115 There is a common **delete** function for all object types. It deletes the object and all of its ch…
125 You can remove all the children of an object (but not the object itself) using `lv_obj_clean(obj)`.
Dstyle.md13 Therefore, not all properties have to be specified in a style. LVGL will search for a property unti…
64 - If you want to set a property for all states (e.g. red background color) just set it for the defa…
71 It's not required to set all the properties in one style. It's possible to add more styles to an ob…
112 This means all three parts of the slider can have their own styles. See later how to add styles to …
156 To reset a style (free all its data) use:
194 To remove all styles from an object use `lv_obj_remove_style_all(obj)`.
197 `style` can be `NULL` to check only the `selector` and remove all matching styles. The `selector` c…
204 To refresh all parts and properties use `lv_obj_refresh_style(obj, LV_PART_ANY, LV_STYLE_PROP_ANY)`.
205 …L check all objects to see if they use a style and refresh them when needed, call `lv_obj_report_s…
Dimage.md84 In the generated C arrays (variables), bitmaps for all the color depths (1, 8, 16 or 32) are includ…
131 …LVGL supports several built-in image formats. In many cases, these will be all you need. LVGL does…
141 You can add any number of image decoders. When an image needs to be drawn, the library will try all
143 …OR_...`, `LV_IMG_INDEXED_...` and `LV_IMG_ALPHA_...` formats (essentially, all non-`RAW` formats) …
245 /*Free all allocated data*/
260 - In `decoder_close` you should free all allocated resources.
302 When you use more images than cache entries, LVGL can't cache all the images. Instead, the library …
308 …alue. Every time an image is opened through the cache, the *life* value of all entries is decrease…
/lvgl-3.4.0/docs/widgets/core/
Dswitch.md14 - `LV_PART_MAIN` The background of the switch uses all the typical background style properties. `pa…
15 - `LV_PART_INDICATOR` The indicator that shows the current state of the switch. Also uses all the t…
16 …tangle (or circle) drawn at left or right side of the indicator. Also uses all the typical backgro…
Dline.md11 - `LV_PART_MAIN` uses all the typical background properties and line style properties.
19 …to `LV_SIZE_CONTENT`. This means it will automatically set its size to fit all the points. If the …
Dslider.md13 - `LV_PART_MAIN` The background of the slider. Uses all the typical background style properties. `p…
14 - `LV_PART_INDICATOR` The indicator that shows the current state of the slider. Also uses all the t…
15 - `LV_PART_KNOB` A rectangle (or circle) drawn at the current value. Also uses all the typical back…
Dtable.md16 - `LV_PART_MAIN` The background of the table uses all the typical background style properties.
17 - `LV_PART_ITEMS` The cells of the table also use all the typical background style properties and t…
48 …_SIZE_CONTENT, LV_SIZE_CONTENT)` automatically sets the table size to show all the columns and row…
Dcheckbox.md13 - `LV_PART_MAIN` The is the background of the Checkbox and it uses the text and all the typical bac…
15 - `LV_PART_INDICATOR` The "tick box" is a square that uses all the typical background style propert…
Dbtnmatrix.md15 - `LV_PART_ITEMS` The buttons all use the text and typical background style properties except trans…
46 By default, all flags are disabled.
51 To set/clear the same control attribute for all buttons of a button matrix, use `lv_btnmatrix_set_b…
/lvgl-3.4.0/scripts/
Dcppcheck_run.sh1 cppcheck -j8 --template="{severity}\t{file}:{line}\t{id}: {message}" --enable=all ../src/ --output-…
DDoxyfile20 # This tag specifies the encoding used for all characters in the config file
21 # that follow. The default is UTF-8 which is also the encoding used for all text
67 # putting all generated files in the same directory would otherwise causes
81 # The OUTPUT_LANGUAGE tag is used to specify the language in which all
83 # information to generate all constant output in the proper language.
140 # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
251 # instance, some of the names that are used will be different. The list of all
296 # If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments
306 # When the TOC_INCLUDE_HEADINGS tag is set to a non-zero value, all headings up
341 # will parse them like normal C++ but will assume all classes use public instead
[all …]
/lvgl-3.4.0/tests/
DREADME.md16 1. Run all executable tests with `./tests/main.py test`.
17 2. Build all build-only tests with `./tests/main.py build`.
18 3. Clean prior test build, build all build-only tests,
/lvgl-3.4.0/docs/widgets/extra/
Dcolorwheel.md14 - `LV_PART_KNOB` A rectangle (or circle) drawn on the current value. It uses all the rectangle like…
24 The color can be set manually with `lv_colorwheel_set_hue/saturation/value(colorwheel, x)` or all a…
Dwin.md33 …e width of the title is set to take all the remaining space on the header. In other words: it push…
Dkeyboard.md15 - `LV_PART_MAIN` The main part. Uses all the typical background properties
16 - `LV_PART_ITEMS` The buttons. Also uses all typical background properties as well as the *text* pr…
37 …. If you use a custom keymap, set the `LV_BTNMATRIX_CTRL_POPOVER` flag for all keys that you want …
Dlist.md13 - `LV_PART_MAIN` The main part of the list that uses all the typical background properties
Dled.md12 The LEDs have only one main part, called `LV_LED_PART_MAIN` and it uses all the typical background …
/lvgl-3.4.0/demos/stress/
DREADME.md12 - In `lv_conf.h` enable all the widgets (`LV_USE_BTN 1`) and the animations (`LV_USE_ANIMATION 1`)
/lvgl-3.4.0/docs/porting/
Dsleep.md31 In addition to `lv_disp_get_inactive_time()` you can check `lv_anim_count_running()` to see if all
/lvgl-3.4.0/docs/libs/
Dffmpeg.md11 - `./configure --disable-all --disable-autodetect --disable-podpages --disable-asm --enable-avcodec…
/lvgl-3.4.0/.github/ISSUE_TEMPLATE/
Dbug-report.md15 ### Perform all steps below and tick them with [x]
/lvgl-3.4.0/
DLICENCE.txt6 The above copyright notice and this permission notice shall be included in all copies or substantia…
/lvgl-3.4.0/docs/get-started/
Dtasmota-berry.md15 …he interpreter of Berry include a one-pass compiler and register-based VM, all the code is written…
36 …available, similar to the mapping of Micropython. It allows to use +98% of all LVGL features. It i…

123