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
All checks were successful
Build Raspberry Pi Binary / build-arm64 (push) Successful in 12m6s
This commit is contained in:
6
main.qml
6
main.qml
@@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user