summaryrefslogtreecommitdiff
path: root/apps/plugins/bitmaps
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2006-09-24 23:15:37 +0000
committerJens Arnold <amiconn@rockbox.org>2006-09-24 23:15:37 +0000
commit52f4c4c82bb038f3704007016a5df1639c6af443 (patch)
tree59525f3d5ea8440dadf57b5edbf061d1d350251a /apps/plugins/bitmaps
parentb842e93af0a5354830b814c27ced3b558a7127a4 (diff)
downloadrockbox-52f4c4c82bb038f3704007016a5df1639c6af443.tar.gz
rockbox-52f4c4c82bb038f3704007016a5df1639c6af443.zip
Jewels: Different layouts for horizontal, vertical and square LCDs, used for H10-5GB (square) and Gigabeat (vertical). Idea and H10 graphics by Marianne Arnold.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11040 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/bitmaps')
-rw-r--r--apps/plugins/bitmaps/native/SOURCES4
-rwxr-xr-xapps/plugins/bitmaps/native/jewels.128x128x16.bmpbin0 -> 4982 bytes
2 files changed, 3 insertions, 1 deletions
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES
index a06a287a8e..ad1de51eee 100644
--- a/apps/plugins/bitmaps/native/SOURCES
+++ b/apps/plugins/bitmaps/native/SOURCES
@@ -54,6 +54,8 @@ chessbox_pieces.64x64x1.bmp
54jewels.112x64x1.bmp 54jewels.112x64x1.bmp
55#elif (LCD_WIDTH == 128) && (LCD_HEIGHT == 64) 55#elif (LCD_WIDTH == 128) && (LCD_HEIGHT == 64)
56jewels.112x64x1.bmp 56jewels.112x64x1.bmp
57#elif (LCD_WIDTH == 128) && (LCD_HEIGHT == 128)
58jewels.128x128x16.bmp
57#elif (LCD_WIDTH == 138) && (LCD_HEIGHT == 110) 59#elif (LCD_WIDTH == 138) && (LCD_HEIGHT == 110)
58jewels.138x110x1.bmp 60jewels.138x110x1.bmp
59#elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) && !defined(HAVE_LCD_COLOR) 61#elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) && !defined(HAVE_LCD_COLOR)
@@ -65,7 +67,7 @@ jewels.160x128x16.bmp
65#elif (LCD_WIDTH == 220) && (LCD_HEIGHT == 176) 67#elif (LCD_WIDTH == 220) && (LCD_HEIGHT == 176)
66jewels.220x176x16.bmp 68jewels.220x176x16.bmp
67#elif (LCD_WIDTH == 240) && (LCD_HEIGHT == 320) 69#elif (LCD_WIDTH == 240) && (LCD_HEIGHT == 320)
68jewels.220x176x16.bmp 70jewels.320x240x16.bmp
69#elif (LCD_WIDTH == 320) && (LCD_HEIGHT == 240) 71#elif (LCD_WIDTH == 320) && (LCD_HEIGHT == 240)
70jewels.320x240x16.bmp 72jewels.320x240x16.bmp
71#endif 73#endif
diff --git a/apps/plugins/bitmaps/native/jewels.128x128x16.bmp b/apps/plugins/bitmaps/native/jewels.128x128x16.bmp
new file mode 100755
index 0000000000..c22c8d917e
--- /dev/null
+++ b/apps/plugins/bitmaps/native/jewels.128x128x16.bmp
Binary files differ