Slideshow: Difference between revisions
From ArmadeusWiki
No edit summary |
mNo edit summary |
||
Line 3: | Line 3: | ||
==Installation== | ==Installation== | ||
Requires SDL & SDL_image | Requires SDL & SDL_image | ||
<pre class="host"> | |||
$ make slideshow | $ make slideshow | ||
</pre> | |||
Reflash rootfs | Reflash rootfs | ||
==Usage== | ==Usage (depending on your LCD size)== | ||
# /usr/bin/slideshow -width | <pre class="apf"> | ||
# export SDL_NOMOUSE=1 | |||
# /usr/bin/slideshow -width 480 -height 272 -advance 5 -random -tran random /images/directory | |||
</pre> |
Revision as of 09:00, 7 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)
# export SDL_NOMOUSE=1 # /usr/bin/slideshow -width 480 -height 272 -advance 5 -random -tran random /images/directory