zmk/app
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
..
boards
dts
include
keymap-module
module
scripts
snippets
src fix(display): POSIX lvgl fixes (#2812) 2025-02-07 02:05:21 -05:00
tests
.gitignore
.prettierrc.js
CMakeLists.txt
Kconfig
Kconfig.behaviors
Kconfig.defaults
VERSION
core-coverage.yml
package-lock.json
package.json
prj.conf
run-ble-test.sh
run-test.sh
west.yml