forked from len0rd/rockbox
New feature for the %xl (image load) tag. If you give it the filename __list_icons__ it will use the list icon strip instead of loading a different bmp.
example: %xl(I, __list_icons__, 0, 0) %xd(I, %Li) ^ display the list icon at position 0,0 in that viewport. (you can of course %xd(Ia) if you really wanted also.) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27787 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6d7900e330
commit
70ebe46d74
7 changed files with 43 additions and 8 deletions
|
|
@ -81,6 +81,7 @@ struct gui_img {
|
|||
bool loaded; /* load state */
|
||||
bool always_display; /* not using the preload/display mechanism */
|
||||
int display;
|
||||
bool using_preloaded_icons; /* using the icon system instead of a bmp */
|
||||
};
|
||||
|
||||
struct image_display {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue