LukeSkywalker92 / TeleFrame

TeleFrame - a digital picture frame for telegram
MIT License
92 stars 28 forks source link

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

Closed webtourhs closed 4 years ago

webtourhs commented 4 years ago

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 4 years ago

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 4 years ago

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

This should help.