1
0
Fork 0
forked from len0rd/rockbox

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:
Szymon Dziok 2014-09-08 14:02:34 +02:00
parent e312101181
commit 5e0baf2922
3 changed files with 8 additions and 5 deletions

View file

@ -187,9 +187,9 @@ enum {
#define XOFS 33
#define MAX_FPS 30
/* 9x9 bubbles (iAudio M3) */
/* 9x9 bubbles (iAudio M3, Samsung YH-820) */
#elif (LCD_HEIGHT == 96) && (LCD_WIDTH == 128)
#define XOFS 45
#define XOFS 29
#define MAX_FPS 30
/* 8x8 bubbles (Sansa C200) */