Jump to content
Electronics-Lab.com Community

Recommended Posts

Posted

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:

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

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

?
1
$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


Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
  • Create New...