Update to latest LovyanGFX PR and use LGFX_SDL define

This commit is contained in:
Jonathan Bennett
2025-08-08 20:24:05 -05:00
parent b1a22e32d6
commit 0a03effcab
3 changed files with 4 additions and 2 deletions

View File

@@ -26,7 +26,6 @@ build_flags = ${native_base.build_flags} -Os -lX11 -linput -lxkbcommon -ffunctio
-D USE_X11=1
-D HAS_TFT=1
-D HAS_SCREEN=1
-D LV_CACHE_DEF_SIZE=6291456
-D LV_BUILD_TEST=0
-D LV_USE_LIBINPUT=1
@@ -40,6 +39,7 @@ build_flags = ${native_base.build_flags} -Os -lX11 -linput -lxkbcommon -ffunctio
!pkg-config --libs libulfius --silence-errors || :
!pkg-config --libs openssl --silence-errors || :
!pkg-config --cflags --libs sdl2 --silence-errors || :
;-D LGFX_SDL=1 ; Uncomment this to build the SDL display support
build_src_filter =
${native_base.build_src_filter}