forked from len0rd/rockbox
FS#10620 - fix a bug in bubbles on c200 thanks to Sascha Wilde
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23449 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
23aecc4539
commit
2dbdfac86a
1 changed files with 1 additions and 0 deletions
|
@ -182,6 +182,7 @@ enum {
|
|||
/* 8x8 bubbles (Sansa C200) */
|
||||
#elif ((LCD_HEIGHT == 80) && (LCD_WIDTH == 132))
|
||||
#define XOFS 45
|
||||
#define ROW_HEIGHT 6
|
||||
#define MAX_FPS 30
|
||||
|
||||
/* 7x7 bubbles (Sansa Clip/m200) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue