mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-17 12:07:38 -04:00
Pegbox fixes by Rafaël Carré.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20722 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ee7e1323dc
commit
2f2a9878d0
3 changed files with 6 additions and 3 deletions
|
@ -408,6 +408,9 @@ pegbox_menu_top.160x42x1.bmp
|
||||||
pegbox_menu_items.60x17x1.bmp
|
pegbox_menu_items.60x17x1.bmp
|
||||||
pegbox_pieces.12x12x1.bmp
|
pegbox_pieces.12x12x1.bmp
|
||||||
pegbox_header.160x24x1.bmp
|
pegbox_header.160x24x1.bmp
|
||||||
|
#elif LCD_WIDTH >= 128
|
||||||
|
pegbox_header.20x64x1.bmp
|
||||||
|
pegbox_pieces.9x7x1.bmp
|
||||||
#elif LCD_WIDTH >= 112
|
#elif LCD_WIDTH >= 112
|
||||||
pegbox_header.112x8x1.bmp
|
pegbox_header.112x8x1.bmp
|
||||||
pegbox_pieces.9x7x1.bmp
|
pegbox_pieces.9x7x1.bmp
|
||||||
|
|
BIN
apps/plugins/bitmaps/native/pegbox_header.20x64x1.bmp
Executable file
BIN
apps/plugins/bitmaps/native/pegbox_header.20x64x1.bmp
Executable file
Binary file not shown.
After Width: | Height: | Size: 318 B |
|
@ -462,9 +462,9 @@ PLUGIN_HEADER
|
||||||
#define LEVEL_TEXT_Y 14
|
#define LEVEL_TEXT_Y 14
|
||||||
#define PEGS_TEXT_Y 58
|
#define PEGS_TEXT_Y 58
|
||||||
#elif (LCD_WIDTH >= 128) && (LCD_HEIGHT >= 64)
|
#elif (LCD_WIDTH >= 128) && (LCD_HEIGHT >= 64)
|
||||||
#define TEXT_X 114
|
#define TEXT_X 112
|
||||||
#define LEVEL_TEXT_Y 14
|
#define LEVEL_TEXT_Y 27
|
||||||
#define PEGS_TEXT_Y 58
|
#define PEGS_TEXT_Y 50
|
||||||
#else
|
#else
|
||||||
#error "Unsupported screen size"
|
#error "Unsupported screen size"
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue