diff options
author | Will Robertson <aliask@rockbox.org> | 2008-02-08 08:33:17 +0000 |
---|---|---|
committer | Will Robertson <aliask@rockbox.org> | 2008-02-08 08:33:17 +0000 |
commit | fffa26987abed798b6fda1334724fbce6fa92d44 (patch) | |
tree | 12c9d9676de44502c6cd46b09fed83ea87a26b65 /uisimulator/sdl/uisdl.h | |
parent | bc057f91b55e95ba63810bd9c3a7b1734cebdfce (diff) |
UI Simulator for Gigabeat S.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16246 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator/sdl/uisdl.h')
-rw-r--r-- | uisimulator/sdl/uisdl.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/uisimulator/sdl/uisdl.h b/uisimulator/sdl/uisdl.h index b0a572da75..db11047dd1 100644 --- a/uisimulator/sdl/uisdl.h +++ b/uisimulator/sdl/uisdl.h @@ -229,6 +229,16 @@ #define UI_LCD_WIDTH 240 #define UI_LCD_HEIGHT 320 +#elif defined(GIGABEAT_S) +#define UI_TITLE "Toshiba Gigabeat" +#define UI_WIDTH 450 /* width of GUI window */ +#define UI_HEIGHT 688 /* height of GUI window */ +/* high-colour */ +#define UI_LCD_POSX 96 /* x position of lcd */ +#define UI_LCD_POSY 90 /* y position of lcd */ +#define UI_LCD_WIDTH 240 +#define UI_LCD_HEIGHT 320 + #elif defined(MROBE_500) #define UI_TITLE "Olympus M:Robe 500" #define UI_WIDTH 401 /* width of GUI window */ |