Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 578 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 578 Bytes

Raspberry Display Chart

##INSTALL

sudo apt-get install matchbox x11-xserver-utils unclutter midori

vi presentation.sh

#!/bin/sh  
unclutter &  
matchbox-window-manager & :  
xset -dpms  
xset s off  
while true; do  
/usr/bin/midori -e Fullscreen -a /home/pi/chart.html  
done  

chmod 755 presentation.sh

sudo vi /etc/rc.local

su -l pi -c "xinit /home/pi/presentation.sh"

sudo dpkg-reconfigure x11-common
set to "anybody"