Home
last modified time | relevance | path

Searched refs:dev (Results 1 – 25 of 27) sorted by relevance

12

/lvgl-latest/scripts/
Dinstall-prerequisites.sh11 libpng-dev libjpeg-turbo8-dev libfreetype6-dev \
12 libglew-dev libglfw3-dev libsdl2-dev \
13 libpng-dev:i386 libjpeg-dev:i386 libfreetype6-dev:i386 \
14 ruby-full gcovr cmake python3 pngquant libinput-dev libxkbcommon-dev \
15 libdrm-dev pkg-config wayland-protocols libwayland-dev libwayland-bin \
16 libwayland-dev:i386 libxkbcommon-dev:i386
/lvgl-latest/src/drivers/sdl/
Dlv_sdl_keyboard.c71 lv_sdl_keyboard_t * dev = lv_indev_get_driver_data(indev); in sdl_keyboard_read() local
73 const size_t len = lv_strlen(dev->buf); in sdl_keyboard_read()
76 if(dev->dummy_read) { in sdl_keyboard_read()
77 dev->dummy_read = false; in sdl_keyboard_read()
82 dev->dummy_read = true; in sdl_keyboard_read()
84 data->key = dev->buf[0]; in sdl_keyboard_read()
85 lv_memmove(dev->buf, dev->buf + 1, len); in sdl_keyboard_read()
92 lv_sdl_keyboard_t * dev = lv_indev_get_driver_data(indev); in release_indev_cb() local
93 if(dev) { in release_indev_cb()
96 lv_free(dev); in release_indev_cb()
/lvgl-latest/docs/details/integration/driver/touchpad/
Devdev.rst14 Your system has an input device configured (usually under ``/dev/input/`` such as ``/dev/input/even…
33 lv_indev_t *touch = lv_evdev_create(LV_INDEV_TYPE_POINTER, "/dev/input/event0");
41 lv_linux_fbdev_set_file(disp, "/dev/fb0");_create();
51 …`event`` which give a clue as to the device to use eg. ``event1`` would be ``/dev/input/event1``.
57 ``$evtest /dev/input/event1`` replacing ``eventX`` with your event device from above.
62 There is support for automatically finding and adding input devices in ``/dev/input/``. New devices…
/lvgl-latest/docs/details/integration/driver/display/
Dfbdev.rst15 Your system has a framebuffer device configured (usually under ``/dev/fb0``).
32 node on the display (usually this is ``/dev/fb0``).
37 lv_linux_fbdev_set_file(disp, "/dev/fb0");
/lvgl-latest/docs/details/integration/driver/
Dlibinput.rst14 You have the development version of libinput installed (usually ``libinput-dev``). If your input de…
23 Kernel: /dev/input/event5
35 installed (usually ``libxkbcommon-dev``).
59 (``LV_INDEV_TYPE_POINTER`` or ``LV_INDEV_TYPE_KEYPAD``) and device node path (e.g. ``/dev/input/eve…
63 lv_indev_t *indev = lv_libinput_create(LV_INDEV_TYPE_POINTER, "/dev/input/event5");
Dopengles.rst20 1. Install GLEW and GLFW: ``sudo apt-get install libglew-dev libglfw3-dev``
Dwayland.rst24 sudo apt-get install libwayland-dev libxkbcommon-dev libwayland-bin wayland-protocols
DX11.rst20 2. Install XLib development package: ``sudo apt-get install libx11-dev``
/lvgl-latest/env_support/cmake/
Dversion.cmake4 set(LVGL_VERSION_INFO "dev")
/lvgl-latest/
Dlibrary.properties2 version=9.3.0-dev
DKconfig1 # Kconfig file for LVGL v9.3.0-dev
/lvgl-latest/docs/details/integration/chip/
Dalif.rst44 as a VS Code remote dev container.
47 …like ``/dev/ttyACM0`` and ``/dev/ttyACM1``. In the ``docker run`` command you use to create the dev
48 …container, include ``--device /dev/ttyACM0 --device /dev/ttyACM1`` to give the container access to…
198 the board. You can try ``/dev/ttyACM0``. If it was the wrong one, it will fail and you will
/lvgl-latest/docs/details/integration/os/buildroot/
Dimage_generation.rst41 cpio python3 unzip rsync wget libncurses-dev
79 SCRIPTPATH="$( cd "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )"
178 If it is mounted on /dev/sda, run the following command
182 sudo dd if=images/sdcard.img of=/dev/sda
/lvgl-latest/src/libs/tjpgd/
Dtjpgd.h92 …e(JDEC * jd, size_t (*infunc)(JDEC *, uint8_t *, size_t), void * pool, size_t sz_pool, void * dev);
Dtjpgd.c946 void * dev /* I/O device identifier for the session */ in jd_prepare() argument
962 jd->device = dev; /* I/O device identifier */ in jd_prepare()
/lvgl-latest/docs/details/libs/
Dlibpng.rst16 sudo apt install libpng-dev
Dlibjpeg_turbo.rst21 sudo apt install libjpeg-turbo8-dev
/lvgl-latest/docs/details/integration/os/
Dnuttx.rst93 …d-essential flex gcc-arm-none-eabi gperf git libncurses5-dev libtool libusb-dev libusb-1.0.0-dev p…
Dtorizon_os.rst89 ``/dev/fb0``. It is also possible to use another rendering backend by enabling the
224 The container running the LVGL application needs access to the framebuffer device ``/dev/fb0``.
230 ``docker run --device /dev/fb0:/dev/fb0 <IMAGE_ID>``
/lvgl-latest/docs/details/integration/ide/
Dpc-simulator.rst54 lv_linux_fbdev_set_file(display, "/dev/fb0")
/lvgl-latest/docs/details/debugging/
Dprofiler.rst23 format and can be visualized using `Perfetto <https://ui.perfetto.dev>`_.
154 Import the processed `trace.systrace` file into `Perfetto <https://ui.perfetto.dev>`_ and wait for …
/lvgl-latest/docs/details/integration/os/yocto/
Dcore_components.rst147 "`understanding and creating layers <https://docs.yoctoproject.org/dev-manual/
Dterms_and_variables.rst181 "`working with a pr service <https://docs.yoctoproject.org/dev-manual/packages.
Dlvgl_recipe.rst375 FILES:${PN}-dev += "\
/lvgl-latest/docs/intro/
Dintroduction.rst184 * Linux with frame buffer device such as /dev/fb0. This includes Single-board computers like the Ra…

12