options to blank the screen added

This commit is contained in:
darkpoet78
2024-12-30 19:22:24 +09:00
parent c7eb9cc700
commit e339e820fc
8 changed files with 57 additions and 10 deletions

View File

@@ -136,8 +136,10 @@ struct config_t
bool rotate90;
bool screensaverEnabled;
uint16_t screensaverTimeout;
bool screensaverBlank;
bool screensaverPlayingEnabled;
uint16_t screensaverPlayingTimeout;
bool screensaverPlayingBlank;
char mdnsname[24];
bool skipPlaylistUpDown;
};