• Home
  • pcDuino
  • WiKi
  • Store
  • Distributors
  • Home
  • pcDuino
  • WiKi
  • Store
  • Distributors
HomepcDuinoShowcaseTurn pcDuino1/2 into a Digital Picture Frame
Previous Next

Turn pcDuino1/2 into a Digital Picture Frame

Posted by: admin , November 28, 2014

We are going to turn pcDuino into a digital picture frame.

The thing to make this magic happen is a tool called fbi: frame buffer interface.

To install the Linux Frame Buffer Interface using:  $sudo apt-get install fbi.

To show the pictures, use the following command:

$sudo fbi -noverbose -m 1920x1080 -a -T 2 -t 10 *.jpg

The mode supported by ‘-m’ can be found at:

$more /etc/fb.modes

The switch ‘-T” means that displaying the pictures to HDMI, i.e., ‘-T 2′.
‘-a’ means that it will automatically fit the picture into the screen.
‘-t’ is the interval to change to picture.

 

IMG_2731-1024x768

Share!
Tweet

admin

About the author

Leave a Reply Cancel reply

You must be logged in to post a comment.

Category

  • Home
  • pcDuino
  • WiKi
  • Store
  • Distributors