Raspberry Pi – install program to make it display slide show from flash drive

1. to install FEH open Terminal and run

sudo apt-get install feh

2. Open text editor and copy the following, then save it as “slideShow.sh” to the desktop

#!/bin/sh
feh -Y -x -q -D 5 -B blash -F -Z -r /media

3. Right click “slideShow.sh” and select properties> Permissions tab> Allow executing file as program

Leave a comment