Created graphics for the numbers in Sudoku and fixed layout for Sansa Clip Zip.
Added three bitmaps with the new 70x14 graphics and added link to them in /apps/plugins/bitmaps/native/SOURCES Change-Id: I1f4b9e3504011b80a7cd40e0fcd71ba8fd100424 Reviewed-on: http://gerrit.rockbox.org/389 Reviewed-by: Jonathan Gordon <rockbox@jdgordon.info> Tested-by: Jonathan Gordon <rockbox@jdgordon.info>
This commit is contained in:
parent
f2dfc84760
commit
6a6e7ea26a
5 changed files with 6 additions and 1 deletions
|
@ -757,10 +757,14 @@ sudoku_inverse.128x128x2.bmp
|
|||
sudoku_start.138x110x2.bmp
|
||||
sudoku_normal.138x110x2.bmp
|
||||
sudoku_inverse.138x110x2.bmp
|
||||
#elif ((LCD_WIDTH == 132 && LCD_HEIGHT == 80) || (LCD_WIDTH == 96 && LCD_HEIGHT == 96)) && (LCD_DEPTH >= 16)
|
||||
#elif (LCD_WIDTH == 132 && LCD_HEIGHT == 80) && (LCD_DEPTH >= 16)
|
||||
sudoku_start.132x80x16.bmp
|
||||
sudoku_normal.132x80x16.bmp
|
||||
sudoku_inverse.132x80x16.bmp
|
||||
#elif (LCD_WIDTH == 96 && LCD_HEIGHT == 96) && (LCD_DEPTH >= 16)
|
||||
sudoku_start.96x70x14.bmp
|
||||
sudoku_normal.96x70x14.bmp
|
||||
sudoku_inverse.96x70x14.bmp
|
||||
#elif (LCD_WIDTH == 128) && (LCD_HEIGHT == 128) && (LCD_DEPTH == 16)
|
||||
sudoku_start.128x128x16.bmp
|
||||
sudoku_normal.128x128x16.bmp
|
||||
|
|
BIN
apps/plugins/bitmaps/native/sudoku_inverse.96x70x14.bmp
Normal file
BIN
apps/plugins/bitmaps/native/sudoku_inverse.96x70x14.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.1 KiB |
BIN
apps/plugins/bitmaps/native/sudoku_normal.96x70x14.bmp
Normal file
BIN
apps/plugins/bitmaps/native/sudoku_normal.96x70x14.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.1 KiB |
BIN
apps/plugins/bitmaps/native/sudoku_start.96x70x14.bmp
Normal file
BIN
apps/plugins/bitmaps/native/sudoku_start.96x70x14.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.1 KiB |
|
@ -630,6 +630,7 @@ Thiago Kenji Okada
|
|||
Manuel Flury
|
||||
Vanja Cvelbar
|
||||
Richard Quirk
|
||||
Kirill Stryaponoff
|
||||
|
||||
The libmad team
|
||||
The wavpack team
|
||||
|
|
Loading…
Reference in a new issue