Home
last modified time | relevance | path

Searched refs:Use (Results 1 – 25 of 56) sorted by relevance

123

/lvgl-latest/
DKconfig167 bool "Use RTOS task with a direct notification for synchronization"
365 bool "Use NXP's VG-Lite GPU on iMX RTxxx platforms"
374 bool "Use additional draw thread for VG-Lite processing"
391 bool "Use NXP's PXP on iMX RTxxx platforms"
395 bool "Use PXP for drawing"
400 bool "Use PXP to rotate display"
405 bool "Use additional draw thread for PXP processing"
415 bool "Use Renesas Dave2D on RA platforms"
425 bool "Use VG-Lite GPU"
469 bool "Use Vector Graphic APIs"
[all …]
/lvgl-latest/docs/details/other-components/
Dfont_manager.rst31 Use :cpp:func:`lv_font_manager_create` to create a font manager, where the
35 Use :cpp:func:`lv_font_manager_add_path_static` to add a mapping between the font
41 Use :cpp:func:`lv_font_manager_remove_path` to remove the font path mapping.
60 Use :cpp:func:`lv_font_manager_create_font` to create a font. The parameters are
87 Use :cpp:func:`lv_font_manager_delete_font` to delete the font when it is no longer needed.
104 Use :cpp:func:`lv_font_manager_delete` to destroy the entire font manager. It should
Dsnapshot.rst29 :cpp:func:`lv_draw_buf_create`. Use API :cpp:func:`lv_draw_buf_destroy` to free the memory it
51 Use Existing Buffer
Dmonkey.rst43 Use :cpp:func:`lv_monkey_get_indev` to get the input device, and use
Dfragment.rst55 Use ``lv_fragment_manager``
/lvgl-latest/docs/details/widgets/
Dspangroup.rst82 Use :cpp:expr:`lv_spangroup_get_span_count(spangroup)` to get
104 Use function :cpp:expr:`lv_spangroup_set_align(spangroup, LV_TEXT_ALIGN_...)`
117 Use :cpp:expr:`lv_spangroup_set_mode(spangroup, LV_SPAN_MODE_BREAK)` to set its mode.
128 Use :cpp:expr:`lv_spangroup_set_overflow(spangroup, LV_SPAN_OVERFLOW_CLIP)` to set
135 Use :cpp:expr:`lv_spangroup_set_indent(spangroup, 20)` to set the indent of the
144 Use :cpp:expr:`lv_spangroup_set_max_lines(spangroup, 10)` to set the maximum number
Dspinner.rst36 Use :cpp:expr:`lv_spinner_set_anim_params(spinner, spin_duration, angle)` to
Droller.rst27 Use :cpp:func:`lv_obj_set_style_text_line_space` to set this value.
31 milliseconds as specified in the ``anim_duration`` style. Use
Dled.rst42 Use :cpp:expr:`lv_led_on(led)` and :cpp:expr:`lv_led_off(led)` to set the brightness to
Dtabview.rst68 - Use :cpp:expr:`lv_tabview_set_active(tabview, tab_id, LV_ANIM_ON / OFF)` function
/lvgl-latest/examples/others/imgfont/
Dindex.rst1 Use emojis in a text.
/lvgl-latest/examples/libs/freetype/
Dindex.rst7 Use a bitmap font to draw Emojis using FreeType
/lvgl-latest/docs/details/base-widget/
Dlayer.rst63 - Use :cpp:expr:`lv_obj_move_foreground(widget)` to bring a Widget to the foreground.
65 - Use :cpp:expr:`lv_obj_move_to_index(widget, idx)` to move a Widget to a given index in the order …
71 - Use :cpp:expr:`lv_obj_swap(widget1, widget2)` to swap the relative layer position of two Widgets.
/lvgl-latest/docs/details/libs/
Dqrcode.rst18 Use :cpp:func:`lv_qrcode_create` to create a qrcode object, and use
Dbarcode.rst18 Use :cpp:func:`lv_barcode_create` to create a barcode object, and use
Dtjpgd.rst48 - Use lvgl online tool https://lvgl.io/tools/imageconverter
Dgif.rst25 Use GIF images from file
Dbmp.rst38 Use GIMP to save the image in the required format. Both RGB888 and
/lvgl-latest/docs/
DCODING_STYLE.rst10 Use `misc/lv_templ.c <https://github.com/lvgl/lvgl/blob/master/src/misc/lv_templ.c>`__
71 - Use ``<stdint.h>`` (*uint8_t*, *int32_t* etc).
73 - Use the smallest required scope.
202 - Use back-quotes (\`...\`) around code elements (variables, type names, function names). For type
209 - Use proper grammar for clarity. Descriptions of parameters do not need periods
267 - Use ``enum``\ s instead of macros. If inevitable to use ``define``\ s
270 - Use typed pointers instead of :cpp:expr:`void *` pointers
DCONTRIBUTING.rst186 Use code from online source
206 Use MIT licensed code
214 Use GPL licensed code
/lvgl-latest/env_support/cmake/
Dcustom.cmake5 "Use #include \"lvgl.h\" instead of #include \"../../lvgl.h\"" ON)
9 "Use #include \"lv_conf.h\" instead of #include \"../../lv_conf.h\"" ON)
/lvgl-latest/env_support/cmsis-pack/
DREADME.md145 /*Use lvgl built-in LZ4 lib*/
148 /*Use external LZ4 library*/
/lvgl-latest/tests/src/test_files/fonts/noto/
DREADME.txt30 2. Use your app's font picker to view the font family and all the
/lvgl-latest/docs/details/integration/renderers/
Darm2d.rst23 How to Use
/lvgl-latest/src/libs/thorvg/
DtvgSvgSceneBuilder.cpp50 …if (type == SvgNodeType::Doc || type == SvgNodeType::G || type == SvgNodeType::Use || type == SvgN… in _isGroupType()
227 if (node->type == SvgNodeType::Use) { in _appendClipChild()
358 if (node->type == SvgNodeType::G || node->type == SvgNodeType::Use) return; in _applyProperty()
849 if ((*child)->type == SvgNodeType::Use) in _sceneBuildHelper()
851 … else if (!((*child)->type == SvgNodeType::Symbol && node->type != SvgNodeType::Use)) in _sceneBuildHelper()

123