/lvgl-latest/scripts/ |
D | install-prerequisites.sh | 11 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/ |
D | lv_sdl_keyboard.c | 71 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/ |
D | evdev.rst | 14 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/ |
D | fbdev.rst | 15 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/ |
D | libinput.rst | 14 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");
|
D | opengles.rst | 20 1. Install GLEW and GLFW: ``sudo apt-get install libglew-dev libglfw3-dev``
|
D | wayland.rst | 24 sudo apt-get install libwayland-dev libxkbcommon-dev libwayland-bin wayland-protocols
|
D | X11.rst | 20 2. Install XLib development package: ``sudo apt-get install libx11-dev``
|
/lvgl-latest/env_support/cmake/ |
D | version.cmake | 4 set(LVGL_VERSION_INFO "dev")
|
/lvgl-latest/ |
D | library.properties | 2 version=9.3.0-dev
|
D | Kconfig | 1 # Kconfig file for LVGL v9.3.0-dev
|
/lvgl-latest/docs/details/integration/chip/ |
D | alif.rst | 44 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/ |
D | image_generation.rst | 41 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/ |
D | tjpgd.h | 92 …e(JDEC * jd, size_t (*infunc)(JDEC *, uint8_t *, size_t), void * pool, size_t sz_pool, void * dev);
|
D | tjpgd.c | 946 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/ |
D | libpng.rst | 16 sudo apt install libpng-dev
|
D | libjpeg_turbo.rst | 21 sudo apt install libjpeg-turbo8-dev
|
/lvgl-latest/docs/details/integration/os/ |
D | nuttx.rst | 93 …d-essential flex gcc-arm-none-eabi gperf git libncurses5-dev libtool libusb-dev libusb-1.0.0-dev p…
|
D | torizon_os.rst | 89 ``/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/ |
D | pc-simulator.rst | 54 lv_linux_fbdev_set_file(display, "/dev/fb0")
|
/lvgl-latest/docs/details/debugging/ |
D | profiler.rst | 23 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/ |
D | core_components.rst | 147 "`understanding and creating layers <https://docs.yoctoproject.org/dev-manual/
|
D | terms_and_variables.rst | 181 "`working with a pr service <https://docs.yoctoproject.org/dev-manual/packages.
|
D | lvgl_recipe.rst | 375 FILES:${PN}-dev += "\
|
/lvgl-latest/docs/intro/ |
D | introduction.rst | 184 * Linux with frame buffer device such as /dev/fb0. This includes Single-board computers like the Ra…
|