Home
last modified time | relevance | path

Searched refs:full (Results 1 – 25 of 30) sorted by relevance

12

/lvgl-latest/scripts/
Dinstall-prerequisites.sh14 ruby-full gcovr cmake python3 pngquant libinput-dev libxkbcommon-dev \
/lvgl-latest/docs/details/main-components/
Dcolor.rst117 // Mix two colors with a given ratio 0: full c2, 255: full c1, 128: half c1 and half c2
143 - :cpp:enumerator:`LV_OPA_COVER` Value: 255, means the color completely covers (full
Ddisplay.rst142 Similar to the Top- and System Layers, the Bottom Layer is also the full size of the
553 As usual, monochrome displays support partial, full, and direct rendering modes as well.
554 In full and direct modes, the buffer size should be large enough for the whole screen,
Dfs.rst204 Do this by filling in the full path to the directory you wish his access to be
/lvgl-latest/tests/src/test_files/fonts/noto/
DREADME.txt64 Please read the full license text (OFL.txt) to understand the permissions,
70 This isn't legal advice, please consider consulting a lawyer and see the full
/lvgl-latest/docs/details/widgets/
Dwin.rst50 left to right. The Header occupies the full width of the Background (its parent)
53 - Content Area (a :ref:`base_widget`) occupies the full width of the Background (its
77 specified width that occupies the full height of the Header (its parent). If
Dlist.rst40 :cpp:expr:`lv_list_add_button(list, icon, text)` adds a full-width button with an icon
Dcanvas.rst44 :cpp:enumerator:`LV_COLOR_FORMAT_ARGB8888` or :cpp:enumerator:`LV_COLOR_FORMAT_I2`. See the full
Dimage.rst102 :cpp:enumerator:`LV_OPA_COVER` (full recolor, value: 255). The default value is
/lvgl-latest/src/draw/
Dlv_draw_buf.c131 lv_area_t full; in lv_draw_buf_invalidate_cache() local
133 draw_buf_get_full_area(draw_buf, &full); in lv_draw_buf_invalidate_cache()
134 area = &full; in lv_draw_buf_invalidate_cache()
153 lv_area_t full; in lv_draw_buf_flush_cache() local
155 draw_buf_get_full_area(draw_buf, &full); in lv_draw_buf_flush_cache()
156 area = &full; in lv_draw_buf_flush_cache()
/lvgl-latest/docs/details/integration/framework/
Dtasmota-berry.rst14 Tasmota provides access to hundreds of supported devices, full support
50 In 2021, Tasmota added full support of LVGL for ESP32 based devices. It
/lvgl-latest/docs/details/other-components/
Dfile_explorer.rst29 ``lv_file_explorer`` passes the full path and name of file that was clicked to the
71 - ``File Explorer``: occupies full area of parent Widget, typically a Screen (Flex-Flow COLUMN)
73 - ``Container``: occupies full area of File Explorer (Flex grow 1)
/lvgl-latest/docs/details/debugging/
Dprofiler.rst20 When the buffer is full, the trace system prints the log information through the provided user inte…
238 When the buffer used to store trace events becomes full, the profiler will output all the data in t…
246 If the trace logs are not automatically printed when the buffer is not full, you can try the follow…
/lvgl-latest/demos/high_res/
Dlv_demo_high_res_util.c615 int32_t full = val / 10; in label_text_temperature_cb() local
619 lv_snprintf(buf, sizeof(buf), "%"PRId32".%"PRId32"\xc2\xb0", full, fraction); in label_text_temperature_cb()
622 lv_snprintf(buf, sizeof(buf), "%"PRId32"\xc2\xb0", full); in label_text_temperature_cb()
/lvgl-latest/tests/
DREADME.md28 For full information on running tests run: `./tests/main.py --help`.
/lvgl-latest/docs/details/integration/driver/
Dlibinput.rst34 Additionally, if you want full keyboard support, including letters and modifiers, you'll need the d…
/lvgl-latest/src/libs/thorvg/rapidjson/
Duri.h137 bool Match(const GenericUri& uri, bool full = true) const {
140 if (full) {
Dschema.h2325 …const UriType& finduri, PointerType& resptr, const UriType& baseuri, bool full, const PointerType&…
2337 if (localuri.Match(finduri, full)) {
2338 …RAPIDJSON_SCHEMA_PRINT(Method, "GenericSchemaDocument::FindId (match)", full ? localuri.GetString(…
2346 …resval = FindId(m->value, finduri, resptr, localuri, full, here.Append(m->name.GetString(), m->nam…
2354 … resval = FindId(*v, finduri, resptr, localuri, full, here.Append(i, allocator_));
/lvgl-latest/docs/intro/
Dbasics.rst109 Checkboxes, Switches, Sliders, Charts, etc. Go to :ref:`widgets` to see the full
199 To see the full API visit the documentation of the Widget in question under
334 See :ref:`style_properties` to see the full list.
/lvgl-latest/docs/
DREADME.md215 The full set of supported lexers are listed here: https://pygments.org/docs/lexers/ .
DCODING_STYLE.rst210 after them unless they are full sentences.
DDoxyfile148 # If the FULL_PATH_NAMES tag is set to YES, doxygen will prepend the full path
530 # their full class and namespace scopes in the documentation. If set to YES, the
1221 # entries 1 will produce a full collapsed tree by default. 0 is a special value
1222 # representing an infinite number of entries and will result in a full expanded
1301 # The file has to be specified with full path.
1417 # If you want full control over the layout of the generated HTML pages it might
/lvgl-latest/docs/_static/css/
Dfontawesome.min.css5full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{con…
/lvgl-latest/docs/details/integration/chip/
Dnxp.rst373 - Draw full borders (LV_BORDER_SIDE_FULL).
/lvgl-latest/docs/details/base-widget/
Dcoord.rst22 - width/height means the full size, the "content area" is smaller with padding and border width

12