Appendix B. WPS Tags | 148 |
The images must be in a rockbox compatible format (1 bit per pixel BMP)
The image tag must be on its own line
The ID is case sensitive, giving 52 dierent ID’s
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 repect each of the players’ limits.
B.14 Alignment
Tag Description
%al Text is left aligned %ac Text is center aligned %ar Text is right aligned
All alignment tags may be present in one line, but they need to be in the order left { center { right. If the aligned texts overlap, they are merged.
B.15 Conditional Tags
Tag | Description |
%?xx<truejfalse> | If / Else: Evaluate for true or false case |
%?xx<alt1jalt2jalt3j...jelse> | Enumerations: Evaluate for rst / second / third |
| / . . . / last condition |
The Rockbox manual | Toshiba Gigabeat F Series |