forked from len0rd/rockbox
YH820: game fix and improvements
* sudoku: make colour icons (without screen was squeezed) * jewels: add colour bitmaps * pegbox: make game fit on screen (add small header bitmap), improve keymap I left the original pegbox keymaps for samsung's YH-92x, because they seem to make some sense there (YH92x has a REC switch instead of pushbutton). Someone with a YH9xx target has to check what is better... Change-Id: Id388c9d69e4a5a1d8ad4c3d7a05cdfc1dff0d06c Reviewed-on: http://gerrit.rockbox.org/816 Reviewed-by: Szymon Dziok <b0hoon@o2.pl> Tested: Szymon Dziok <b0hoon@o2.pl>
This commit is contained in:
parent
eb7e70950e
commit
148e0ab416
8 changed files with 35 additions and 7 deletions
|
@ -114,7 +114,7 @@ static const char default_game[9][9] =
|
|||
#define MARK_SIZE 1 /* Mark width and height */
|
||||
|
||||
#elif ((LCD_HEIGHT==96) && (LCD_WIDTH==128))
|
||||
/* iAudio M3, 9 cells @ 9x9 with 14 border lines */
|
||||
/* iAudio M3, Samsung YH820, 9 cells @ 9x9 with 14 border lines */
|
||||
#define MARK_OFFS 1 /* Pixels between border and mark */
|
||||
#define MARK_SPACE 2 /* Pixels between two marks */
|
||||
#define MARK_SIZE 1 /* Mark width and height */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue