Home
last modified time | relevance | path

Searched refs:Default (Results 1 – 18 of 18) sorted by relevance

/lvgl-latest/docs/details/base-widget/styles/
Dstyle-properties.rst20 …<li style='display:inline-block; margin-right: 20px; margin-left: 0px'><strong>Default</strong> Wi…
34 …<li style='display:inline-block; margin-right: 20px; margin-left: 0px'><strong>Default</strong> 0<…
48 …<li style='display:inline-block; margin-right: 20px; margin-left: 0px'><strong>Default</strong> LV…
62 …<li style='display:inline-block; margin-right: 20px; margin-left: 0px'><strong>Default</strong> Wi…
76 …<li style='display:inline-block; margin-right: 20px; margin-left: 0px'><strong>Default</strong> 0<…
90 …<li style='display:inline-block; margin-right: 20px; margin-left: 0px'><strong>Default</strong> LV…
104 …<li style='display:inline-block; margin-right: 20px; margin-left: 0px'><strong>Default</strong> 0<…
118 …<li style='display:inline-block; margin-right: 20px; margin-left: 0px'><strong>Default</strong> 0<…
132 …<li style='display:inline-block; margin-right: 20px; margin-left: 0px'><strong>Default</strong> 0<…
146 …<li style='display:inline-block; margin-right: 20px; margin-left: 0px'><strong>Default</strong> `L…
[all …]
Dstyle.rst294 lv_obj_add_style(btn, &style_btn, 0); /* Default button style */
/lvgl-latest/docs/details/widgets/
Dbutton.rst17 - Default height and width set to :cpp:enumerator:`LV_SIZE_CONTENT`
Dkeyboard.rst61 keyboards, use :cpp:expr:`lv_keyboard_set_popovers(kb, true)`. Default
Dlabel.rst102 height will be expanded, otherwise the text will be clipped. (Default)
/lvgl-latest/src/libs/thorvg/rapidjson/
Dreader.h203 bool Default() { return true; } in Default() function
204 bool Null() { return static_cast<Override&>(*this).Default(); } in Null()
205 bool Bool(bool) { return static_cast<Override&>(*this).Default(); } in Bool()
206 bool Int(int) { return static_cast<Override&>(*this).Default(); } in Int()
207 bool Uint(unsigned) { return static_cast<Override&>(*this).Default(); } in Uint()
208 bool Int64(int64_t) { return static_cast<Override&>(*this).Default(); } in Int64()
209 bool Uint64(uint64_t) { return static_cast<Override&>(*this).Default(); } in Uint64()
210 bool Double(double) { return static_cast<Override&>(*this).Default(); } in Double()
213 bool String(const Ch*, SizeType, bool) { return static_cast<Override&>(*this).Default(); } in String()
214 bool StartObject() { return static_cast<Override&>(*this).Default(); } in StartObject()
[all …]
/lvgl-latest/docs/details/main-components/
Danimation.rst105 /* Set path (curve). Default is linear */
117 /* When ready, play the Animation backward with this duration. Default is 0 (disabled) [ms] */
120 /* Delay before reverse play. Default is 0 (disabled) [ms] */
123 /* Number of repetitions. Default is 1. LV_ANIM_REPEAT_INFINITE for infinite repetition */
126 /* Delay before repeat. Default is 0 (disabled) [ms] */
Ddisplay.rst212 Default Display
214 When the first :ref:`display` object is created, it becomes the Default Display. If
215 other Display Objects are created (to service additional Display Panels), the Default
218 To set another :ref:`display` as the Default Display, call :cpp:func:`lv_display_set_default`.
223 cause the function to target the Default Display. Check the API documentation for
Dindev.rst18 …lv_indev_t * indev = lv_indev_create(); /* Create input device connected to Default Display…
22 If you have multiple displays, you will need to ensure the Default Display is set
389 Default Group
/lvgl-latest/docs/details/other-components/
Dgridnav.rst50 - :cpp:enumerator:`LV_GRIDNAV_CTRL_NONE`: Default settings
/lvgl-latest/
DKconfig114 int "Default refresh period (ms)"
117 Default display refresh, input device read and animation step period.
120 int "Default Dots Per Inch (in px/inch)"
129 prompt "Default operating system to use"
507 bool "Default log verbosity" if LV_USE_LOG
646 int "Default image cache size. 0 to disable caching"
658 int "Default image header cache count. 0 to disable caching"
1188 int "Default transition time in [ms]"
1210 int "Default drive letter (e.g. 65 for 'A')"
1505 int "Default profiler trace buffer size in bytes"
/lvgl-latest/docs/details/libs/
Dfreetype.rst99 - :cpp:enumerator:`LV_FREETYPE_FONT_STYLE_NORMAL`: Default style.
/lvgl-latest/docs/details/integration/chip/
Dalif.rst149 "workbench.colorTheme": "Default Dark+",
158 "workbench.colorTheme": "Default Dark+",
Despressif.rst111 - You can also set ``Default driver letter`` to 65 to skip the prefix in file paths.
Dnxp.rst186 :cpp:func:`lv_pxp_init()` function. Default implementation for
/lvgl-latest/docs/intro/
Dbasics.rst74 Default Display
76 When the first :ref:`display` object is created, it becomes the Default Display.
/lvgl-latest/src/libs/thorvg/
Dthorvg.h1664 Default = 0, ///< Default behavior that ThorVG is designed to. enumerator
DtvgSvgLoader.cpp290 #define _PARSE_TAG(Type, Name, Name1, Tags_Array, Default) \ argument
298 return Default; \