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
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
..
ini lib: add simple ini file format parser library 9 months ago
lv_drivers ui/driver: add Xlib support when dev-building on a linux host 7 months ago
lvgl lib/lvgl: update from v8.3.1 to latest v8.3.11 7 months ago
nif zig: upgrade from 0.10.x to 0.11.0 1 year ago