added fullscreen showcase screen (currently in development and still buggy

This commit is contained in:
janis
2022-09-27 15:34:36 +02:00
parent 82b0e29d8d
commit 706e4da77c
20 changed files with 58 additions and 4 deletions

10
data/settings.ini Normal file → Executable file
View File

@@ -4,14 +4,24 @@
showcaseRefreshRate = 0.5
[Display]
# General launch-display-settings (width, height of window)
width = 800
height = 600
# Choose if window launches maximized or not, Boolean property
launchMaximized = True
[Playback]
# Choose if you want the playback to loop at the end (1 for True, 0 for False)
loopPlayback = 1
[Security]
# Specifies if a password should be used for exiting the fullscreen mode on the showcase screen
pwdFSExit = False
# Set password here, will not be respected if above is "False"
pwd =
[Info]
# Software version
version = V1.1
subVersion =