Searched refs:link (Results 1 – 18 of 18) sorted by relevance
/lvgl-latest/docs/ |
D | README.md | 98 .. _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: 133 …link 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…
|
D | Doxyfile | 315 # 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.
|
D | CHANGELOG.rst | 390 - **docs(lottie): fix missing lottie link on the widgets index** `6272 <https://github.com/lvgl/lvg…
|
/lvgl-latest/demos/smartwatch/ |
D | lv_demo_smartwatch_qr.c | 111 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()
|
D | lv_demo_smartwatch_qr.h | 55 void lv_demo_smartwatch_qr_list_add(uint8_t id, const char * link);
|
D | lv_demo_smartwatch.h | 245 void lv_demo_smartwatch_qr_list_add(uint8_t id, const char * link);
|
/lvgl-latest/docs/_static/css/ |
D | custom.css | 98 .lv-example-link-button { 106 .lv-example-link-button:hover { 111 .lv-example-link-button:visited {
|
D | fontawesome.min.css | 5 …link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before…
|
/lvgl-latest/env_support/cmake/ |
D | micropython.cmake | 6 # With micropython, build lvgl as interface library, link chain is:
|
/lvgl-latest/src/drivers/wayland/ |
D | lv_wayland_smm.c | 124 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/ |
D | evdev.rst | 29 Then link this to the LVGL display with ``lv_indev_set_display``.
|
/lvgl-latest/docs/details/integration/renderers/ |
D | nema_gfx.rst | 31 the project is already configured to link the binaries when building.
|
/lvgl-latest/docs/details/widgets/ |
D | lottie.rst | 37 :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/ |
D | lvgl_recipe.rst | 680 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/ |
D | obj_id.rst | 111 You will then need to provide implementations for the following functions (and link
|
/lvgl-latest/docs/details/main-components/ |
D | draw.rst | 56 :next: a link to the next drawing task in the list.
|
/lvgl-latest/docs/intro/ |
D | introduction.rst | 286 …om the final binary. If possible, add the `-flto` compiler flag to enable link-time-optimisation t…
|
/lvgl-latest/docs/details/integration/bindings/ |
D | micropython.rst | 113 Many :ref:`LVGL examples <examples>` are available also for MicroPython. Just click the link!
|