Files
zmk/app/src
Pete Johanson 4b4a8a35f3 fix(display): POSIX lvgl fixes (#2812)
fix(display): Do LVGL task processing in main on POSIX.

An SDL/Zephyr bug prevents proper display when SDL calls are
made from anything but the main thread, so add task handling
in our simple main function when on POSIX.

fix(usb): Compilation fix for 64-bit targets

Properly handle differences in the size of `size_t` on 64-bit
architectures.

fix(display): Imply, but don't force, LVGL mono theme

Some targets may be using color displays, so instead of forcing
on the mono theme, merely imply it to default it
2025-02-07 02:05:21 -05:00
..
2025-01-13 15:15:16 -05:00
2024-09-23 10:31:43 -06:00
2025-01-01 18:13:47 -05:00
2025-02-07 02:05:21 -05:00
2024-03-27 20:59:26 -07:00