TheShed

Image viewing on a Raspberry Pi

Category: Raspberry Pi
#tools #sysadmin

I wanted a quick and simple slideshow on a Raspberry Pi

apt-get install fbi
fbi -a -t 5 -noverbose img/*.jpg

Creates a slideshow with auto image scaling, a five second delay, without the status bar using all .jpg images in the img subfolder.