Home
last modified time | relevance | path

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

/lvgl-latest/docs/
DREADME.md98 .. _layouts: <=== Creates an explicit link target
112 The first line is for the purposes of providing a uniquely-named **link target** that can be refere…
121 Replace `{LINK NAME}` with a link name that is unique among all documents under the `./docs/` direc…
123 That unique name is then used to provide a link reference elsewhere in the documentation using one …
127 ##### When "link text" should be a title or section heading from the target document:
133link text" is the name of the section heading just below the **link target**. For this reason, wh…
137 ##### When "link text" should be something else:
140 :ref:`other link text <{LINK NAME}>`
143 …s latter syntax enables you to put a **link target** anywhere in an .RST file (not just above a he…
196 … the **link target** directive above, this directive has 2 colons. (The only ReST and sphinx dire…
DDoxyfile315 # When enabled doxygen tries to link words that correspond to documented
316 # classes, or namespaces to their corresponding documentation. Such a link can
989 # REFERENCED_BY_RELATION lists will link to the source code. Otherwise they will
990 # link to the documentation.
DCHANGELOG.rst390 - **docs(lottie): fix missing lottie link on the widgets index** `6272 <https://github.com/lvgl/lvg…
/lvgl-latest/demos/smartwatch/
Dlv_demo_smartwatch_qr.c111 void lv_demo_smartwatch_qr_list_add(uint8_t id, const char * link) in lv_demo_smartwatch_qr_list_add() argument
139 lv_qrcode_update(qr_image, link, strlen(link)); in lv_demo_smartwatch_qr_list_add()
Dlv_demo_smartwatch_qr.h55 void lv_demo_smartwatch_qr_list_add(uint8_t id, const char * link);
Dlv_demo_smartwatch.h245 void lv_demo_smartwatch_qr_list_add(uint8_t id, const char * link);
/lvgl-latest/docs/_static/css/
Dcustom.css98 .lv-example-link-button {
106 .lv-example-link-button:hover {
111 .lv-example-link-button:visited {
Dfontawesome.min.css5link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before…
/lvgl-latest/env_support/cmake/
Dmicropython.cmake6 # With micropython, build lvgl as interface library, link chain is:
/lvgl-latest/src/drivers/wayland/
Dlv_wayland_smm.c124 LLLINK(smm_group) link;
162 LL_DEQUEUE(grp, &smm_instance.groups, link); in smm_deinit()
188 LL_ENQUEUE(&smm_instance.groups, grp, link); in smm_create()
237 LL_REMOVE(&smm_instance.groups, dgrp, link); in smm_destroy()
/lvgl-latest/docs/details/integration/driver/touchpad/
Devdev.rst29 Then link this to the LVGL display with ``lv_indev_set_display``.
/lvgl-latest/docs/details/integration/renderers/
Dnema_gfx.rst31 the project is already configured to link the binaries when building.
/lvgl-latest/docs/details/widgets/
Dlottie.rst37 :c:macro:`LV_USE_THORVG_EXTERNAL` (to link it externally) needs to enabled in ``lv_conf.h``. For ve…
/lvgl-latest/docs/details/integration/os/yocto/
Dlvgl_recipe.rst680 file://0002-adapt-CMakeLists-file-to-compile-and-link-fbdev.patch \
836 touch 0002-adapt-CMakeLists-file-to-compile-and-link-fbdev.patch
838 Content of ``0002-adapt-CMakeLists-file-to-compile-and-link-fbdev.patch``
845 Subject: [PATCH] adapt CMakeLists file to compile and link only for fbdev
/lvgl-latest/docs/details/other-components/
Dobj_id.rst111 You will then need to provide implementations for the following functions (and link
/lvgl-latest/docs/details/main-components/
Ddraw.rst56 :next: a link to the next drawing task in the list.
/lvgl-latest/docs/intro/
Dintroduction.rst286 …om the final binary. If possible, add the `-flto` compiler flag to enable link-time-optimisation t…
/lvgl-latest/docs/details/integration/bindings/
Dmicropython.rst113 Many :ref:`LVGL examples <examples>` are available also for MicroPython. Just click the link!