Toshiba Gigabeat F Manual page 197

Rockbox firmware manual
Table of Contents

Advertisement

Chapter 12. Advanced Topics
Conditionals can be used with sublines to display a different set and/or number of
sublines on the line depending on the evaluation of the conditional. Example subline
with conditionals:
%?it<%t(8)%s%it|%s%fn>;%?ia<%t(3)%s%ia|%t(0)>
The format above will do two different things depending if ID3 tags are present. If
the ID3 artist and title are present:
Display id3 title for 8 seconds,
Display id3 artist for 3 seconds,
repeat. . .
If the ID3 artist and title are not present:
Display the filename continuously.
Note that by using a subline display time of 0 in one branch of a conditional, a subline
can be skipped (not displayed) when that condition is met.
Using Images
You can have as many as 52 images in your WPS. There are various ways of displaying
images:
1. Load and always show the image, using the %x tag
2. Preload the image with %xl and show it with %xd. This way you can have your
images displayed conditionally.
3. Load an image and show as backdrop using the %X tag. The image must be of the
same exact dimensions as your display.
Example on background image use:
%X(background.bmp)
The image with filename background.bmp is loaded and used in the WPS.
Example on bitmap preloading and use:
%x(a,static_icon.bmp,50,50)
%xl(b,rep_off.bmp,16,64)
%xl(c,rep_all.bmp,16,64)
%xl(d,rep_one.bmp,16,64)
%xl(e,rep_shuffle.bmp,16,64)
%?mm<%xd(b)|%xd(c)|%xd(d)|%xd(e)>
Four images at the same x and y position are preloaded in the example. Which image
to display is determined by the %mm tag (the repeat mode).
The Rockbox manual
Example
Example
Example
(version 3.14)
Toshiba Gigabeat F and X Series
197

Advertisement

Table of Contents
loading

This manual is also suitable for:

Gigabeat x

Table of Contents