Home
last modified time | relevance | path

Searched full:blob (Results 1 – 23 of 23) sorted by relevance

/lvgl-latest/docs/details/integration/bindings/
Djavascript.rst54 - `ubuntu build Notes for sdl simulator <https://github.com/lvgl/lv_binding_js/blob/master/doc/buil…
55 - `macos x86 build Notes for sdl simulator <https://github.com/lvgl/lv_binding_js/blob/master/doc/b…
56 - `ubuntu build Notes for platform arm <https://github.com/lvgl/lv_binding_js/blob/master/doc/build…
62 - `JS Bundle build Notes <https://github.com/lvgl/lv_binding_js/blob/master/doc/build/js-bundle.md>…
68 - `View <https://github.com/lvgl/lv_binding_js/blob/master/doc/component/View.md>`__
69 - `Image <https://github.com/lvgl/lv_binding_js/blob/master/doc/component/Image.md>`__
70 - `Button <https://github.com/lvgl/lv_binding_js/blob/master/doc/component/Button.md>`__
71 - `Text <https://github.com/lvgl/lv_binding_js/blob/master/doc/component/Text.md>`__
72 - `Input <https://github.com/lvgl/lv_binding_js/blob/master/doc/component/Input.md>`__
73 - `Textarea <https://github.com/lvgl/lv_binding_js/blob/master/doc/component/Textarea.md>`__
[all …]
/lvgl-latest/docs/
DCODING_STYLE.rst10 Use `misc/lv_templ.c <https://github.com/lvgl/lvgl/blob/master/src/misc/lv_templ.c>`__
11 and `misc/lv_templ.h <https://github.com/lvgl/lvgl/blob/master/src/misc/lv_templ.h>`__
345 `lv_freetype.c <https://github.com/lvgl/lvgl/blob/master/src/libs/freetype/lv_freetype.c>`__,
346 `lv_freetype_private.h <https://github.com/lvgl/lvgl/blob/master/src/libs/freetype/lv_freetype_priv…
347 `lv_freetype.h <https://github.com/lvgl/lvgl/blob/master/src/libs/freetype/lv_freetype.h>`__.
Dconf.py150 #lvgl_github_url = f"https://github.com/lvgl/lvgl/blob/{os.environ['LVGL_GITCOMMIT']}/docs"
/lvgl-latest/docs/_ext/
Dlv_example.py37 …return f"https://github.com/lvgl/lvgl/blob/{env.config.repo_commit_hash}/examples/{example_path}.{…
114 # [https://github.com/lvgl/lvgl/blob/master/examples/anim/lv_example_anim_1.c].
115 # [https://github.com/lvgl/lvgl/blob/v8.4.0/examples/anim/lv_example_anim_1.c].
116 # [https://github.com/lvgl/lvgl/blob/v9.2.0/examples/anim/lv_example_anim_1.c].
/lvgl-latest/.github/
Dpull_request_template.md8 - Add [Tests](https://github.com/lvgl/lvgl/blob/master/tests/README.md) if applicable.
9 …tps://github.com/lvgl/lvgl/blob/master/scripts/lv_conf_internal_gen.py) and update [Kconfig](https…
/lvgl-latest/docs/details/integration/chip/
Dalif.rst171 `board.h file <https://github.com/alifsemi/alif_vscode-template/blob/ce5423dbd15f62cb0aa4462533a960…
210 …Code CMSIS pack project <https://github.com/alifsemi/alif_vscode-template/blob/main/doc/getting_st…
211 - `VSCode Getting Started Template <https://github.com/alifsemi/alif_vscode-template/blob/main/READ…
/lvgl-latest/docs/intro/
Dintroduction.rst64 …itories) is licensed under the `MIT license <https://github.com/lvgl/lvgl/blob/master/LICENCE.txt>…
82 … `examples <https://github.com/lvgl/lvgl/blob/master/examples/>`_ and `demos <https://github.com/l…
Dbasics.rst206 - https://github.com/lvgl/lvgl/blob/master/src/widgets/slider/lv_slider.h .
/lvgl-latest/.github/ISSUE_TEMPLATE/
Dconfig.yml10 url: https://github.com/lvgl/lvgl/blob/master/docs/CONTRIBUTING.rst
13 url: https://github.com/lvgl/lvgl/blob/master/docs/CODING_STYLE.rst
/lvgl-latest/src/font/
Dlv_font_fmt_txt.h57 * See https://github.com/lvgl/lv_font_conv/blob/master/doc/font_spec.md
72 https://github.com/lvgl/lv_font_conv/blob/master/doc/font_spec.md
/lvgl-latest/.github/workflows/
Drelease.yml25 See the [CHANGELOG](https://github.com/lvgl/lvgl/blob/master/docs/CHANGELOG.rst)
/lvgl-latest/tests/
DREADME.md49 See the list of asserts [here](https://github.com/ThrowTheSwitch/Unity/blob/master/docs/UnityAssert…
/lvgl-latest/docs/details/integration/framework/
Darduino.rst62 Take a look at `LVGL_Arduino.ino <https://github.com/lvgl/lvgl/blob/master/examples/arduino/LVGL_Ar…
/lvgl-latest/docs/details/main-components/
Ddraw.rst192 .. _lv_draw_sw.c: https://github.com/lvgl/lvgl/blob/master/src/draw/sw/lv_draw_sw.c
Dfs.rst164 `lv_fs_template.c <https://github.com/lvgl/lvgl/blob/master/examples/porting/lv_port_fs_template.c>…
Dindev.rst558 …- `lv_port_indev_template.c <https://github.com/lvgl/lvgl/blob/master/examples/porting/lv_port_ind…
Ddisplay.rst746 …- `lv_port_disp_template.c <https://github.com/lvgl/lvgl/blob/master/examples/porting/lv_port_dis…
/lvgl-latest/docs/details/integration/driver/display/
Dgen_mipi.rst210 See an actual example of sending a command list `here <https://github.com/lvgl/lvgl/blob/master/src…
/lvgl-latest/docs/details/libs/
Drlottie.rst23 `README <https://github.com/Samsung/rlottie/blob/master/README.md>`__.
/lvgl-latest/docs/details/other-components/
Dobj_property.rst230 `lv_obj_property.h <https://github.com/lvgl/lvgl/blob/master/src/core/lv_obj_property.h>`__ file.
/lvgl-latest/src/drivers/display/drm/
Dlv_linux_drm.c522 LV_LOG_ERROR("error creating mode blob"); in drm_find_connector()
/lvgl-latest/src/libs/lz4/
Dlz4.c714 * - withPrefix64k : Table entries up to ctx->dictSize before the current blob
715 * blob being compressed are valid and refer to the preceding
/lvgl-latest/env_support/cmsis-pack/
DLVGL.lvgl.pdsc175 …<release date="2022-01-31" version="1.0.0" url="https://github.com/lvgl/lvgl/blob/d851fe0528fcb920…