Add patch to turn off the monitor after 5 sec.

This commit is contained in:
2024-06-03 10:52:11 +01:00
parent 3e928c3c61
commit 11947b61aa
3 changed files with 115 additions and 0 deletions

View File

@@ -14,3 +14,6 @@ static const int failonclear = 1;
/* size of square in px */
static const int squaresize = 50;
/* time in seconds before the monitor shuts down */
static const int monitortime = 5;