diff options
author | Rafaël Carré <rafael.carre@gmail.com> | 2009-12-31 19:15:20 +0000 |
---|---|---|
committer | Rafaël Carré <rafael.carre@gmail.com> | 2009-12-31 19:15:20 +0000 |
commit | 2392bb41996963c6683253114bdfb3174146e7dc (patch) | |
tree | 3846475be5d2ac2f472fbac22781868ab0b0c60e /uisimulator | |
parent | 822abc12360900030323560b92a440f425b5641a (diff) | |
download | rockbox-2392bb41996963c6683253114bdfb3174146e7dc.tar.gz rockbox-2392bb41996963c6683253114bdfb3174146e7dc.zip |
FS#10047 : Clipv2
Reuse some code from Clip (LCD) and a lot of code from AS3525
Add a new CPU type : AS3525v2, identical to AS3525 except it's an ARMv5 (arm926-ejs)
SD code still not working
For an unknown reason LCD doesn't work anymore (to be investigated)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24131 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator')
-rw-r--r-- | uisimulator/sdl/uisdl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uisimulator/sdl/uisdl.h b/uisimulator/sdl/uisdl.h index 7fc9d520a4..5dfb9c5c2b 100644 --- a/uisimulator/sdl/uisdl.h +++ b/uisimulator/sdl/uisdl.h | |||
@@ -294,7 +294,7 @@ | |||
294 | #define UI_LCD_POSX 30 /* x position of lcd */ | 294 | #define UI_LCD_POSX 30 /* x position of lcd */ |
295 | #define UI_LCD_POSY 31 /* y position of lcd */ | 295 | #define UI_LCD_POSY 31 /* y position of lcd */ |
296 | 296 | ||
297 | #elif defined(SANSA_CLIP) | 297 | #elif defined(SANSA_CLIP) || defined(SANSA_CLIPV2) |
298 | #define UI_TITLE "Sansa Clip" | 298 | #define UI_TITLE "Sansa Clip" |
299 | #define UI_WIDTH 205 /* width of GUI window */ | 299 | #define UI_WIDTH 205 /* width of GUI window */ |
300 | #define UI_HEIGHT 325 /* height of GUI window */ | 300 | #define UI_HEIGHT 325 /* height of GUI window */ |