FlipIt: Separate graphics for 160x128 pixel LCDs, by Marianne Arnold.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11259 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2006-10-18 20:46:40 +00:00
parent df0ee35f6a
commit e2b2f8e222
6 changed files with 9 additions and 2 deletions

View file

@ -34,7 +34,9 @@ rockblox_background.112x64x1.bmp
/* Flip it */
#ifndef HAVE_LCD_COLOR
#if LCD_WIDTH >= 125 && LCD_HEIGHT >= 110
#if LCD_WIDTH >= 140 && LCD_HEIGHT >= 122
flipit_cursor.28x28x1.bmp
#elif LCD_WIDTH >= 125 && LCD_HEIGHT >= 110
flipit_cursor.25x25x1.bmp
#elif LCD_WIDTH >= 80 && LCD_HEIGHT >= 62
flipit_cursor.16x13x1.bmp

Binary file not shown.

After

Width:  |  Height:  |  Size: 174 B

View file

@ -133,12 +133,17 @@ flipit_tokens.56x112x16.bmp
#elif LCD_WIDTH >= 200 && LCD_HEIGHT >= 170
flipit_cursor.40x40x16.bmp
flipit_tokens.40x80x16.bmp
#elif LCD_WIDTH >= 140 && LCD_HEIGHT >= 122
flipit_cursor.28x28x16.bmp
flipit_tokens.28x56x16.bmp
#elif LCD_WIDTH >= 125 && LCD_HEIGHT >= 110
flipit_cursor.25x25x16.bmp
flipit_tokens.25x50x16.bmp
#endif
#elif LCD_DEPTH > 1 /* greyscale */
#if LCD_WIDTH >= 125 && LCD_HEIGHT >= 110
#if LCD_WIDTH >= 140 && LCD_HEIGHT >= 122
flipit_tokens.28x56x2.bmp
#elif LCD_WIDTH >= 125 && LCD_HEIGHT >= 110
flipit_tokens.25x50x2.bmp
#endif
#else /* monochrome */

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB