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

@@ -7,9 +7,9 @@ Window {
visible: true
title: "Volvo Display"
// For a circular display, we might want to hide the window frame
// if running full screen, but for now we keep it standard.
// flags: Qt.FramelessWindowHint
// For a circular display, hide the window frame and go full screen
flags: Qt.FramelessWindowHint | Qt.WindowStaysOnTopHint
visibility: Window.FullScreen