An automatic kiosk mode image viewer for Raspberry pi, Raspbian
Image viewer that loads a predefined fileextension (.jpg and .png) from an usb drive (if present) to disk and shows the image(s) fullscreen.
If no usb drive is present it loads the previously used images
Linux frame buffer image viewer (fbi)
Automatic
- ./install.sh
Manual
- Add /home/pi/showimages.sh (or the path to the file) to your .bashrc file
- mkdir /home/pi/usbmount
- mkdir /home/pi/images
- sudo apt-get install fbi (if not already installed)