
Chapter 11. Advanced Topics | 137 |
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:
Example
%Xbackground.bmp
The image with lename background.bmp is loaded and used in the WPS. Example on bitmap preloading and use:
Example
%xastatic_icon.bmp5050
%xlbrep off.bmp1664
%xlcrep all.bmp1664
%xldrep one.bmp1664
%xlerep shuffle.bmp1664
%?mm<%xdb%xdc%xdd%xde>
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).
Example File
Example
%s%?in<%in - >%?it<%it%fn> %?ia<[%ia%?id<, %id>]>
%pb%pc/%pt
That is, \tracknum { title [artist, album]", where most elds are only displayed if avail- able. Could also be rendered as \lename" or \tracknum { title [artist]".
11.3 Managing Rockbox Settings
11.3.1 Introduction to .cfg Files.
Rockbox allows users to store and load multiple settings through the use of conguration les. A conguration le is simply a text le with the extension .cfg.
A conguration le may reside anywhere on the disk. Multiple conguration les are permitted. So, for example, you could have a car.cfg le for the settings that you use
The Rockbox manual | Toshiba Gigabeat F Series |