diff options
| author | Michael Sevakis <jethead71@rockbox.org> | 2011-01-09 21:42:25 +0000 |
|---|---|---|
| committer | Michael Sevakis <jethead71@rockbox.org> | 2011-01-09 21:42:25 +0000 |
| commit | 67ae5cce2e4ffe68b511aa5437706656fe30891c (patch) | |
| tree | f899ba932f8e2e5b23974a532ab7c45b87545787 /apps/plugins/bitmaps/mono | |
| parent | 9cb473319370810fbab474d26524d927d908c91f (diff) | |
| download | rockbox-67ae5cce2e4ffe68b511aa5437706656fe30891c.zip rockbox-67ae5cce2e4ffe68b511aa5437706656fe30891c.tar.gz rockbox-67ae5cce2e4ffe68b511aa5437706656fe30891c.tar.bz2 rockbox-67ae5cce2e4ffe68b511aa5437706656fe30891c.tar.xz | |
SA9200: Make plugins. Cheat a little just to get things to make at first by using some artwork for 128x128 screen.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29016 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/bitmaps/mono')
| -rw-r--r-- | apps/plugins/bitmaps/mono/SOURCES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugins/bitmaps/mono/SOURCES b/apps/plugins/bitmaps/mono/SOURCES index 813ede3..c12c7c7 100644 --- a/apps/plugins/bitmaps/mono/SOURCES +++ b/apps/plugins/bitmaps/mono/SOURCES @@ -10,7 +10,8 @@ bubbles_bubble.132x80x16.bmp #elif (LCD_WIDTH == 128) && (LCD_HEIGHT == 96) bubbles_bubble.128x96x1.bmp #elif ((LCD_WIDTH == 160) && (LCD_HEIGHT == 128)) || \ - ((LCD_WIDTH == 128) && (LCD_HEIGHT == 128)) + ((LCD_WIDTH == 128) && (LCD_HEIGHT == 128)) || \ + ((LCD_WIDTH == 128) && (LCD_HEIGHT == 160)) bubbles_bubble.160x128x1.bmp #elif (LCD_WIDTH == 176) && (LCD_HEIGHT == 132) bubbles_bubble.160x128x1.bmp |