forked from len0rd/rockbox
Sudoku: * Changed the LCD size ifdef magic to ease adding of new LCD resolutions. * Added vertical layout option with the scratchpad at the bottom (Gigabeat). * New Bitmaps for iPod Mini, iPod Video and Gigabeat, and slightly modified bitmaps for Archos, by Marianne Arnold.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10504 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f54c34eb0f
commit
f742c35db2
13 changed files with 177 additions and 98 deletions
|
@ -16,11 +16,8 @@ rockboy
|
|||
/* For all targets with a bitmap display */
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
chessbox
|
||||
#if (LCD_WIDTH != 138)
|
||||
/* This needs adjusting for the iPod Mini */
|
||||
sudoku
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/* For all the colour targets and iriver H1x0 */
|
||||
#if defined(HAVE_LCD_COLOR) || defined(IRIVER_H100_SERIES)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue