The Raspberry Pie 3+ turns off the display after approximately 5 minutes. Is there a way to disable this feature?
The Raspberry Pie 3+ turns off the display after approximately 5 minutes. Is there a way to disable this feature?
There is a program called setterm. Look at the manpage by typing "man setterm".
Try
setterm -blank 0
to see if that works, and when it works satisfactorily you can add that to /etc/rc.local ...