LukeSkywalker92/TeleFrame

Toggle Funktion does not work with 7'' touch PI-Display

webtourhs opened this issue · 2 comments

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

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.

Change existing or add "screenConfig" Parameter in "./config/config.json" to
"screenConfig": "./config/screens/dsi_raspberry_7inch.js",

This should help.