Appendix C. Theme Tags
162
Examples:
1. Load and display the image
/.rockbox/bg.bmp
with ID “a” at 37, 109:
%x(a,bg.bmp,37,109)
2. Load a bitmap strip containing 5 volume icon images (all the same size) with image
ID “M”, and then reference the individual sub-images in a conditional:
%xl(M,volume.bmp,134,153,5)
%?pv<%xd(Ma)|%xd(Mb)|%xd(Mc)|%xd(Md)|%xd(Me)>
Note:
b
•
The images must be in BMP format
•
The image tag must be on its own line
•
The ID is case sensitive
•
The size of the LCD screen for each player varies. See table below for appropriate
sizes of each device. The x and y coordinates must respect each of the player’s
limits.
C.21. FM Radio
Tag
Description
%tt
Is the tuner tuned?
%tm
Scan or preset mode? Scan is “true”, preset is “false”.
%ts
Is the station in stereo?
%ta
Minimum frequency (region specific) in MHz.
%tb
Maximum frequency (region specific) in MHz.
%tf
Current frequency in MHz.
%Ti
Current preset id, i.e. 1-based number of the preset within
the presets list (usable in playlist viewer).
%Tn
Current preset name (usable in playlist viewer).
%Tf
Current preset frequency (usable in playlist viewer).
%Tc
Preset count, i.e. the number of stations in the current preset
list.
%tx
Is RDS available?
%ty
RDS name.
%tz
RDS text.
%tr
Signal strength (RSSI). Can be used in a conditional or as a
bar.
The Rockbox manual
(version 3.13)
Archos Recorder V2/FM