forked from len0rd/rockbox
M:Robe 100: add button definition/bitmaps to plugins and enable compilation
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16469 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9876d91e35
commit
d6c8b57b50
56 changed files with 507 additions and 26 deletions
|
@ -25,6 +25,8 @@ bubbles_bubble.320x240x1.bmp
|
|||
rockblox_background.112x64x1.bmp
|
||||
#elif (LCD_WIDTH == 128) && (LCD_HEIGHT == 64)
|
||||
rockblox_background.128x64x1.bmp
|
||||
#elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128)
|
||||
rockblox_background.160x128x1.bmp
|
||||
#endif
|
||||
|
||||
/* Flip it */
|
||||
|
|
BIN
apps/plugins/bitmaps/mono/rockblox_background.160x128x1.bmp
Normal file
BIN
apps/plugins/bitmaps/mono/rockblox_background.160x128x1.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.6 KiB |
|
@ -485,6 +485,10 @@ sudoku_inverse.160x128x16.bmp
|
|||
sudoku_start.160x128x2.bmp
|
||||
sudoku_normal.160x128x2.bmp
|
||||
sudoku_inverse.160x128x2.bmp
|
||||
#elif (LCD_WIDTH == 160) && (LCD_HEIGHT == 128) && (LCD_DEPTH == 1)
|
||||
sudoku_start.160x128x1.bmp
|
||||
sudoku_normal.160x128x1.bmp
|
||||
sudoku_inverse.160x128x1.bmp
|
||||
#elif (LCD_WIDTH == 220) && (LCD_HEIGHT == 176) && (LCD_DEPTH == 16)
|
||||
sudoku_start.220x176x16.bmp
|
||||
sudoku_normal.220x176x16.bmp
|
||||
|
|
BIN
apps/plugins/bitmaps/native/sudoku_inverse.160x128x1.bmp
Normal file
BIN
apps/plugins/bitmaps/native/sudoku_inverse.160x128x1.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 542 B |
BIN
apps/plugins/bitmaps/native/sudoku_normal.160x128x1.bmp
Normal file
BIN
apps/plugins/bitmaps/native/sudoku_normal.160x128x1.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 542 B |
BIN
apps/plugins/bitmaps/native/sudoku_start.160x128x1.bmp
Normal file
BIN
apps/plugins/bitmaps/native/sudoku_start.160x128x1.bmp
Normal file
Binary file not shown.
After Width: | Height: | Size: 542 B |
Loading…
Add table
Add a link
Reference in a new issue