Skip to content

hmazter/raspberry-image-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

raspberry-image-viewer

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

Requirements

Linux frame buffer image viewer (fbi)

Installation

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)

Todo

About

An kiosk mode image viewer for Raspberry pi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages