Toggle Funktion does not work with 7'' touch PI-Display
webtourhs opened this issue · 2 comments
webtourhs commented
Hello,
I have use these parameters in the config.json file
}
.....
"toggleMonitor": true,
"turnOnHour": 10,
"turnOffHour": 20
}
But the Display is always on.
What is the mistake?
Best regards
call-me-matt commented
I am using the same screen, the screenoff/screenon works here.
Although it seems not to trigger every day. Edit: with the latest version it works perfectly fine.
kris711 commented
Change existing or add "screenConfig" Parameter in "./config/config.json" to
"screenConfig": "./config/screens/dsi_raspberry_7inch.js",
This should help.