This repository has been archived on 2024-05-29. 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.
2024-02-22 14:39:19 +01:00
..
ini lib: add simple ini file format parser library 2023-12-06 23:53:37 +01:00
lv_drivers ui/driver: add Xlib support when dev-building on a linux host 2024-02-22 14:39:19 +01:00
lvgl lib/lvgl: update from v8.3.1 to latest v8.3.11 2024-02-22 10:10:59 +01:00
nif zig: upgrade from 0.10.x to 0.11.0 2023-08-11 09:30:27 +02:00