1
0
Fork 0
forked from len0rd/rockbox
foxbox/manual/appendix
Jonathan Gordon 3f8e7fc26f New feature for the %xd() (display a preloaded image) skin tag.
It can now automatically load the correct subimage from a strip (assuming the strip is in the correct order)  by giving a tag for the 2nd param.
example: %xd(F, %mp) which is equivilant to %?mp<%xd(Fa)|%xd(Fb)|%xd(Fc)|%xd(Fd)|%xd(Fe)>
You can also set the subimage offset.. i.e %xd(E, %mm, -1) which means "show nothing for the first value of %mm and use the bitmap strip for the remaining values"

if a tag+offset is <0 or greater than the number of subimages in a strip he image is cleared (I'm open to changing this if someone has a better idea)

cabbiev2.176x220x16.wps is an example of how to use this

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27717 a1c6a512-1295-4272-9138-f99709370657
2010-08-05 11:28:48 +00:00
..
images Resize some images that looked smaller or bigger than their 'relatives' in the html manual. Turned out that these had a different resolution (twice resp. half the size), probably taken with a different zoom level. 2009-02-12 11:02:26 +00:00
appendix.tex Consolidate the information on album art into one place. 2010-05-29 19:02:25 +00:00
config_file_options.tex Bring the layout of the table with config file options in line with the other tables in the manual 2010-07-03 22:56:24 +00:00
fdl.tex Convert quotes to fancy ones in the license text as well 2010-05-10 16:34:30 +00:00
file_formats.tex Add an entry for WMA Pro in the manual. 2010-07-28 14:40:48 +00:00
gpl-2.0.tex Add the GPL to the manual. Some changes to the license section and also to the GFDL to better fit in our manual (in style, not content) 2006-12-07 20:47:39 +00:00
menu_structure.tex Move the menu structure to the appendix. The menu structure description itself, is still missing though 2008-07-15 18:33:43 +00:00
wps_tags.tex New feature for the %xd() (display a preloaded image) skin tag. 2010-08-05 11:28:48 +00:00