/lvgl-latest/scripts/ |
D | install-prerequisites.sh | 14 ruby-full gcovr cmake python3 pngquant libinput-dev libxkbcommon-dev \
|
/lvgl-latest/docs/details/main-components/ |
D | color.rst | 117 // 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
|
D | display.rst | 142 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,
|
D | fs.rst | 204 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/ |
D | README.txt | 64 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/ |
D | win.rst | 50 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
|
D | list.rst | 40 :cpp:expr:`lv_list_add_button(list, icon, text)` adds a full-width button with an icon
|
D | canvas.rst | 44 :cpp:enumerator:`LV_COLOR_FORMAT_ARGB8888` or :cpp:enumerator:`LV_COLOR_FORMAT_I2`. See the full
|
D | image.rst | 102 :cpp:enumerator:`LV_OPA_COVER` (full recolor, value: 255). The default value is
|
/lvgl-latest/src/draw/ |
D | lv_draw_buf.c | 131 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/ |
D | tasmota-berry.rst | 14 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/ |
D | file_explorer.rst | 29 ``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/ |
D | profiler.rst | 20 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/ |
D | lv_demo_high_res_util.c | 615 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/ |
D | README.md | 28 For full information on running tests run: `./tests/main.py --help`.
|
/lvgl-latest/docs/details/integration/driver/ |
D | libinput.rst | 34 Additionally, if you want full keyboard support, including letters and modifiers, you'll need the d…
|
/lvgl-latest/src/libs/thorvg/rapidjson/ |
D | uri.h | 137 bool Match(const GenericUri& uri, bool full = true) const { 140 if (full) {
|
D | schema.h | 2325 …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/ |
D | basics.rst | 109 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/ |
D | README.md | 215 The full set of supported lexers are listed here: https://pygments.org/docs/lexers/ .
|
D | CODING_STYLE.rst | 210 after them unless they are full sentences.
|
D | Doxyfile | 148 # 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/ |
D | fontawesome.min.css | 5 …full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{con…
|
/lvgl-latest/docs/details/integration/chip/ |
D | nxp.rst | 373 - Draw full borders (LV_BORDER_SIDE_FULL).
|
/lvgl-latest/docs/details/base-widget/ |
D | coord.rst | 22 - width/height means the full size, the "content area" is smaller with padding and border width
|