Rockbox

This is the bug/patch tracker for Rockbox. Click here for more information.

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#2791 - combined-bitmap support

Attached to Project: Rockbox
Opened by Stephan Wezel (thewolfwillcome) - Tuesday, 29 November 2005, 08:23 GMT+1
Last edited by Nicolas Pennequin (nicolas_p) - Monday, 11 June 2007, 19:25 GMT+1
Task Type Patches
Category Themes
Status Closed
Assigned To No-one
Player Type
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 0%
Private No

Details

This adds support for loading combined-bitmaps for wps.
(all used wps-images are located in on big image).

the loading of the combined-bitmap is the same as for
"normal" images (through %xl).

to create image-parts from this image following syntax
is used:

%xp|b|a|src_x|src_x|w|h|x|y|

a: the image id of the source image
b: the image id
src_x,src_y,w,h: defines the rectangle of the image in
the source image
x,y: position of the image on screen.

Currently this patch depends on the new wps-file-loader
patch
http://sourceforge.net/tracker/index.php?func=detail&aid=1367059&group_id=44306&atid=439120
   cbitmap-new.patch (12.1 KiB)
 apps/screen_access.c   |    3 +
 apps/screen_access.h   |    6 ++
 apps/gui/gwps-common.c |  144 ++++++++++++++++++++++++++++++++++++++++---------
 apps/gui/gwps.c        |    2 
 apps/gui/gwps.h        |    3 +
 5 files changed, 132 insertions(+), 26 deletions(-)

This task depends upon

Closed by  Nicolas Pennequin (nicolas_p)
Monday, 11 June 2007, 19:25 GMT+1
Reason for closing:  Out of Date
Additional comments about closing:  Completely out of sync and superseded by  FS#7289 
Comment by Stephan Wezel (thewolfwillcome) - Wednesday, 07 December 2005, 22:23 GMT+1

updated to the latest cvs
the depencies is gone because the other patch is in cvs now
Comment by Stephan Wezel (thewolfwillcome) - Monday, 12 December 2005, 21:25 GMT+1

updated to cvs-changes
Comment by Stephan Wezel (thewolfwillcome) - Sunday, 29 January 2006, 21:51 GMT+1

updated to the latest cvs

Loading...