Searched refs:registry (Results 1 – 7 of 7) sorted by relevance
/lvgl-latest/docs/details/integration/os/ |
D | torizon_os.rst | 178 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/ |
D | lv_wayland.c | 156 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/ |
D | espressif.rst | 47 …g the next build, the LVGL component will be fetched from the component registry and added to the …
|
/lvgl-latest/docs/ |
D | README_jp.rst | 133 package <https://registry.platformio.org/libraries/lvgl/lvgl>`__ :gb: -
|
D | README_zh.rst | 149 package <https://registry.platformio.org/libraries/lvgl/lvgl>`__
|
D | README_pt_BR.rst | 192 package <https://registry.platformio.org/libraries/lvgl/lvgl>`__
|
/lvgl-latest/ |
D | README.md | 96 - [PlatformIO package](https://registry.platformio.org/libraries/lvgl/lvgl)
|