Pegbox - new graphics for Archos, c200, small H10, Mini, M3 - also cleaning and small...
commit9d7ed6583bb280784689f7f2985224c0bb2cc067
authorpixelma <pixelma@a1c6a512-1295-4272-9138-f99709370657>
Mon, 13 Oct 2008 23:13:12 +0000 (13 23:13 +0000)
committerpixelma <pixelma@a1c6a512-1295-4272-9138-f99709370657>
Mon, 13 Oct 2008 23:13:12 +0000 (13 23:13 +0000)
tree18c2eed784abfa354922e78515b1e01c6eda27dd
parent53d9b58022eaf1683ff7fd5a685dc775d0f2e10d
Pegbox - new graphics for Archos, c200, small H10, Mini, M3 - also cleaning and small tweaks to the rest of the greyscale and monochrome bitmaps. Aspect ratio correct the pieces for the Archos screen (now uses 9x7 tiles) which made it possible to also add the header with statistics). Necessary changes to pegbox.c: don't assume piece height = piece width, prepare a new 'wide' layout for the c200 with the statics at the side. Additional cleanup - make the code more readable by replacing repeatedly used bmpheight_XYZ with defines, splitting some too long lines. Let the 'Start on level' line in the menu actually appear on the Mini's screen. Also rename the greyscale graphics according convention to '...x2.bmp' and set the mime-type more accurately for all pegbox bitmaps. Finally, add Joel Puik, the creator of the original colour graphics to CREDITS.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18803 a1c6a512-1295-4272-9138-f99709370657
34 files changed:
apps/plugins/bitmaps/native/SOURCES
apps/plugins/bitmaps/native/pegbox_header.112x8x1.bmp [new file with mode: 0644]
apps/plugins/bitmaps/native/pegbox_header.128x16x2.bmp [new file with mode: 0644]
apps/plugins/bitmaps/native/pegbox_header.128x42x16.bmp [new file with mode: 0644]
apps/plugins/bitmaps/native/pegbox_header.138x26x2.bmp [new file with mode: 0644]
apps/plugins/bitmaps/native/pegbox_header.138x28x4.bmp [deleted file]
apps/plugins/bitmaps/native/pegbox_header.160x24x1.bmp
apps/plugins/bitmaps/native/pegbox_header.160x24x2.bmp [new file with mode: 0644]
apps/plugins/bitmaps/native/pegbox_header.160x24x4.bmp [deleted file]
apps/plugins/bitmaps/native/pegbox_header.22x80x16.bmp [new file with mode: 0644]
apps/plugins/bitmaps/native/pegbox_menu_items.60x13x16.bmp [new file with mode: 0644]
apps/plugins/bitmaps/native/pegbox_menu_items.60x15x2.bmp [new file with mode: 0644]
apps/plugins/bitmaps/native/pegbox_menu_items.60x17x1.bmp
apps/plugins/bitmaps/native/pegbox_menu_items.60x17x16.bmp
apps/plugins/bitmaps/native/pegbox_menu_items.60x17x2.bmp [new file with mode: 0644]
apps/plugins/bitmaps/native/pegbox_menu_items.60x17x4.bmp [deleted file]
apps/plugins/bitmaps/native/pegbox_menu_top.128x27x2.bmp [new file with mode: 0644]
apps/plugins/bitmaps/native/pegbox_menu_top.128x42x16.bmp [new file with mode: 0644]
apps/plugins/bitmaps/native/pegbox_menu_top.132x17x16.bmp [new file with mode: 0644]
apps/plugins/bitmaps/native/pegbox_menu_top.138x31x2.bmp [new file with mode: 0644]
apps/plugins/bitmaps/native/pegbox_menu_top.138x34x4.bmp [deleted file]
apps/plugins/bitmaps/native/pegbox_menu_top.160x42x1.bmp
apps/plugins/bitmaps/native/pegbox_menu_top.160x42x2.bmp [new file with mode: 0644]
apps/plugins/bitmaps/native/pegbox_menu_top.160x42x4.bmp [deleted file]
apps/plugins/bitmaps/native/pegbox_pieces.10x10x16.bmp [new file with mode: 0644]
apps/plugins/bitmaps/native/pegbox_pieces.10x10x2.bmp [new file with mode: 0644]
apps/plugins/bitmaps/native/pegbox_pieces.12x12x1.bmp
apps/plugins/bitmaps/native/pegbox_pieces.12x12x2.bmp [new file with mode: 0644]
apps/plugins/bitmaps/native/pegbox_pieces.12x12x4.bmp [deleted file]
apps/plugins/bitmaps/native/pegbox_pieces.8x8x1.bmp [deleted file]
apps/plugins/bitmaps/native/pegbox_pieces.9x7x1.bmp [new file with mode: 0644]
apps/plugins/bitmaps/native/pegbox_pieces.9x9x16.bmp [new file with mode: 0644]
apps/plugins/pegbox.c
docs/CREDITS