Difference between revisions of "Slideshow"

From ArmadeusWiki
Jump to: navigation, search
m (Installation)
m (Usage (depending on your LCD size))
Line 9: Line 9:
  
 
==Usage (depending on your LCD size)==
 
==Usage (depending on your LCD size)==
 +
* replace ''/images/directory'' with the place where your images are stored:
 
<pre class="apf">
 
<pre class="apf">
 
  # export SDL_NOMOUSE=1
 
  # export SDL_NOMOUSE=1
 
  # /usr/bin/slideshow -width 480 -height 272 -advance 5 -random -tran random /images/directory
 
  # /usr/bin/slideshow -width 480 -height 272 -advance 5 -random -tran random /images/directory
 
</pre>
 
</pre>

Revision as of 18:55, 29 April 2009

This page describes how to use the "Slideshow" Buildroot package

Installation

  • Requires SDL & SDL_image:
 $ make slideshow
  • Reflash rootfs

Usage (depending on your LCD size)

  • replace /images/directory with the place where your images are stored:
 # export SDL_NOMOUSE=1
 # /usr/bin/slideshow -width 480 -height 272 -advance 5 -random -tran random /images/directory