Home
last modified time | relevance | path

Searched refs:registry (Results 1 – 7 of 7) sorted by relevance

/lvgl-latest/docs/details/integration/os/
Dtorizon_os.rst178 For this guide, we are going to setup a Docker registry container on the development host
180 will be able to pull the image from the registry.
182 The registry is created like so:
184 ``docker run -d -p 5000:5000 --name registry registry:2.7``
187 The registry container will listen on port ``TCP/5000`` and will map to the same port externally.
189 Push the image created in the previous step to the newly created registry:
195 By default a local container registry uses clear text HTTP so the Docker instance
/lvgl-latest/src/drivers/wayland/
Dlv_wayland.c156 struct wl_registry * registry; member
1265 static void handle_global(void * data, struct wl_registry * registry, in handle_global() argument
1274 app->compositor = wl_registry_bind(registry, name, &wl_compositor_interface, 1); in handle_global()
1277 app->subcompositor = wl_registry_bind(registry, name, &wl_subcompositor_interface, 1); in handle_global()
1280 app->shm = wl_registry_bind(registry, name, &wl_shm_interface, 1); in handle_global()
1285 app->wl_seat = wl_registry_bind(app->registry, name, &wl_seat_interface, 1); in handle_global()
1290 app->wl_shell = wl_registry_bind(registry, name, &wl_shell_interface, 1); in handle_global()
1296 app->xdg_wm = wl_registry_bind(app->registry, name, &xdg_wm_base_interface, 4); in handle_global()
1302 static void handle_global_remove(void * data, struct wl_registry * registry, uint32_t name) in handle_global_remove() argument
1306 LV_UNUSED(registry); in handle_global_remove()
[all …]
/lvgl-latest/docs/details/integration/chip/
Despressif.rst47 …g the next build, the LVGL component will be fetched from the component registry and added to the …
/lvgl-latest/docs/
DREADME_jp.rst133 package <https://registry.platformio.org/libraries/lvgl/lvgl>`__ :gb: -
DREADME_zh.rst149 package <https://registry.platformio.org/libraries/lvgl/lvgl>`__
DREADME_pt_BR.rst192 package <https://registry.platformio.org/libraries/lvgl/lvgl>`__
/lvgl-latest/
DREADME.md96 - [PlatformIO package](https://registry.platformio.org/libraries/lvgl/lvgl)