mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Bubbles: make it work on Samsung YH-820 and align it on the occasion on Cowon M3.
Change-Id: I8d679ccba7f618cee78445b76452c368b00d2b60
This commit is contained in:
parent
e312101181
commit
5e0baf2922
3 changed files with 8 additions and 5 deletions
|
@ -175,15 +175,18 @@ bubbles_background.176x132x16.bmp
|
||||||
#elif (LCD_WIDTH >= 160) && (LCD_HEIGHT >= 128)
|
#elif (LCD_WIDTH >= 160) && (LCD_HEIGHT >= 128)
|
||||||
bubbles_emblem.160x128x16.bmp
|
bubbles_emblem.160x128x16.bmp
|
||||||
bubbles_background.160x128x16.bmp
|
bubbles_background.160x128x16.bmp
|
||||||
|
#elif (LCD_WIDTH >= 132) && (LCD_HEIGHT >= 80)
|
||||||
|
bubbles_emblem.132x80x16.bmp
|
||||||
|
bubbles_background.132x80x16.bmp
|
||||||
#elif (LCD_WIDTH >= 128) && (LCD_HEIGHT >= 160)
|
#elif (LCD_WIDTH >= 128) && (LCD_HEIGHT >= 160)
|
||||||
bubbles_emblem.160x128x16.bmp
|
bubbles_emblem.160x128x16.bmp
|
||||||
bubbles_background.128x160x16.bmp
|
bubbles_background.128x160x16.bmp
|
||||||
#elif (LCD_WIDTH >= 128) && (LCD_HEIGHT >= 128)
|
#elif (LCD_WIDTH >= 128) && (LCD_HEIGHT >= 128)
|
||||||
bubbles_emblem.160x128x16.bmp
|
bubbles_emblem.160x128x16.bmp
|
||||||
bubbles_background.128x128x16.bmp
|
bubbles_background.128x128x16.bmp
|
||||||
#elif (LCD_WIDTH >= 132) && (LCD_HEIGHT >= 80)
|
#elif (LCD_WIDTH >= 128) && (LCD_HEIGHT >= 96)
|
||||||
bubbles_emblem.132x80x16.bmp
|
bubbles_emblem.128x96x16.bmp
|
||||||
bubbles_background.132x80x16.bmp
|
bubbles_background.128x96x16.bmp
|
||||||
#elif (LCD_WIDTH >= 96) && (LCD_HEIGHT >= 96)
|
#elif (LCD_WIDTH >= 96) && (LCD_HEIGHT >= 96)
|
||||||
bubbles_emblem.132x80x16.bmp
|
bubbles_emblem.132x80x16.bmp
|
||||||
bubbles_background.96x96x16.bmp
|
bubbles_background.96x96x16.bmp
|
||||||
|
|
BIN
apps/plugins/bitmaps/native/bubbles_emblem.128x96x16.bmp
Normal file
BIN
apps/plugins/bitmaps/native/bubbles_emblem.128x96x16.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
|
@ -187,9 +187,9 @@ enum {
|
||||||
#define XOFS 33
|
#define XOFS 33
|
||||||
#define MAX_FPS 30
|
#define MAX_FPS 30
|
||||||
|
|
||||||
/* 9x9 bubbles (iAudio M3) */
|
/* 9x9 bubbles (iAudio M3, Samsung YH-820) */
|
||||||
#elif (LCD_HEIGHT == 96) && (LCD_WIDTH == 128)
|
#elif (LCD_HEIGHT == 96) && (LCD_WIDTH == 128)
|
||||||
#define XOFS 45
|
#define XOFS 29
|
||||||
#define MAX_FPS 30
|
#define MAX_FPS 30
|
||||||
|
|
||||||
/* 8x8 bubbles (Sansa C200) */
|
/* 8x8 bubbles (Sansa C200) */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue