summaryrefslogtreecommitdiff
path: root/apps/plugins/bitmaps/native/SOURCES
diff options
context:
space:
mode:
authorAntoine Cellerier <dionoea@videolan.org>2006-06-10 22:43:38 +0000
committerAntoine Cellerier <dionoea@videolan.org>2006-06-10 22:43:38 +0000
commit101638f831fef1136382d4196018a9de0a555d40 (patch)
treecb1ca2c3da4f7de3010f0ddafedd2d072aeb4e28 /apps/plugins/bitmaps/native/SOURCES
parent27762e123cb0672f931d5b622d96fef6b55b2dfd (diff)
downloadrockbox-101638f831fef1136382d4196018a9de0a555d40.tar.gz
rockbox-101638f831fef1136382d4196018a9de0a555d40.zip
Flipit grayscale bitmaps for native grayscale LCDs
(tested simulators: h1x0, ipod mini and ipod 4g) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10106 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/bitmaps/native/SOURCES')
-rw-r--r--apps/plugins/bitmaps/native/SOURCES6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES
index 5c30ce607e..6b37436e02 100644
--- a/apps/plugins/bitmaps/native/SOURCES
+++ b/apps/plugins/bitmaps/native/SOURCES
@@ -127,6 +127,12 @@ flipit_tokens.40x40.bmp
127#else 127#else
128flipit_tokens.30x30.bmp 128flipit_tokens.30x30.bmp
129#endif 129#endif
130#elif LCD_DEPTH >= 2
131#if LCD_WIDTH >= 150
132flipit_tokens.30x30x2.bmp
133#else
134flipit_tokens.20x20x2.bmp
135#endif
130#endif 136#endif
131 137
132/* Star */ 138/* Star */