You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
ndg/lib/lv_drivers
alex d217adffba
ci/woodpecker/push/woodpecker Pipeline was successful Details
ui/driver: add Xlib support when dev-building on a linux host
something broken in recent SDL2 or Xorg releases, or a combination of
plus LVGL usage of their APIs. the result was that the main window
stopped drawing altogether. Downgrading SDL2 and other parts didn't seem
to help at all.

this commit adds support for SDL2-alternative when compiling and running
the GUI on a dev linux machine with Xorg.

there's a small patch to the original lv_drivers/x11/x11.c since clang
in C11 mode refuses to compile otherwise, giving a "initializer element
is not a compile-time constant" error.

release builds remain as is. this is only for development.
7 months ago
..
.github lib: add lv_drivers v8.3.0 as a subtree module 2 years ago
display lib/lv_drivers: update to latest 0091dc6 (2024-02-14) 7 months ago
docs lib: add lv_drivers v8.3.0 as a subtree module 2 years ago
gtkdrv lib: add lv_drivers v8.3.0 as a subtree module 2 years ago
indev lib/lv_drivers: update to latest 0091dc6 (2024-02-14) 7 months ago
sdl lib/lv_drivers: update to latest 0091dc6 (2024-02-14) 7 months ago
wayland lib/lv_drivers: update to latest 0091dc6 (2024-02-14) 7 months ago
win32drv lib/lv_drivers: update to latest 0091dc6 (2024-02-14) 7 months ago
x11 ui/driver: add Xlib support when dev-building on a linux host 7 months ago
.gitignore lib/lv_drivers: update to latest 0091dc6 (2024-02-14) 7 months ago
CMakeLists.txt lib/lv_drivers: update to latest 0091dc6 (2024-02-14) 7 months ago
LICENSE lib: add lv_drivers v8.3.0 as a subtree module 2 years ago
README.md lib/lv_drivers: update to latest 0091dc6 (2024-02-14) 7 months ago
library.json lib/lv_drivers: update to latest 0091dc6 (2024-02-14) 7 months ago
lv-drivers.pc.in lib/lv_drivers: update to latest 0091dc6 (2024-02-14) 7 months ago
lv_drivers.mk lib/lv_drivers: update to latest 0091dc6 (2024-02-14) 7 months ago
lv_drv_conf_template.h lib/lv_drivers: update to latest 0091dc6 (2024-02-14) 7 months ago
win_drv.c lib: add lv_drivers v8.3.0 as a subtree module 2 years ago
win_drv.h lib: add lv_drivers v8.3.0 as a subtree module 2 years ago

README.md

Display and Touch pad drivers

Display controller and touchpad driver to can be directly used with LVGL.

To learn more about using drivers in LittlevGL visit the Porting guide.

If you used a new display or touchpad driver with LittlevGL please share it with other people!