Support for 480x480 HDMI display, optimized sensor polling, and touch tools
All checks were successful
Build Raspberry Pi Binary / build-arm64 (push) Successful in 12m6s

This commit is contained in:
2026-01-14 16:39:05 +01:00
parent 9ba548ccd0
commit 5a4ae98f94
5 changed files with 180 additions and 97 deletions

View File

@@ -54,6 +54,14 @@ export QT_QPA_EGLFS_ALWAYS_SET_MODE=1
# export QT_LOGGING_RULES=qt.qpa.*=true
# export QSGRENDERER_DEBUG=1
# Hide Mouse Cursor
export QT_QPA_EGLFS_HIDECURSOR=1
export QT_QPA_FB_HIDECURSOR=1
# Performance Tuning
export QSG_RENDER_LOOP=basic
export QSG_INFO=1
echo "Starting Volvo Display with platform: $TARGET_PLATFORM"
if [ -f "./dist/volvodisplay" ]; then