mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-11 06:02:37 -05:00
Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the nice image of the Sansa. Lots more to be done including testing and tweaking the keymaps and modifying the plugins for the Sansa's 176x220 LCD.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11351 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
34193e5cf2
commit
24f4a2a8cf
63 changed files with 772 additions and 11 deletions
|
|
@ -231,6 +231,16 @@
|
|||
#define UI_LCD_WIDTH LCD_WIDTH /* * 1.5 */
|
||||
#define UI_LCD_HEIGHT LCD_HEIGHT /* * 1.5 */
|
||||
|
||||
#elif defined(SANSA_E200)
|
||||
#define UI_TITLE "Sansa e200"
|
||||
#define UI_WIDTH 260 /* width of GUI window */
|
||||
#define UI_HEIGHT 502 /* height of GUI window */
|
||||
/* high-colour */
|
||||
#define UI_LCD_POSX 42 /* x position of lcd */
|
||||
#define UI_LCD_POSY 37 /* y position of lcd (74 for real aspect) */
|
||||
#define UI_LCD_WIDTH LCD_WIDTH /* * 1.5 */
|
||||
#define UI_LCD_HEIGHT LCD_HEIGHT /* * 1.5 */
|
||||
|
||||
#elif defined(IRIVER_IFP7XX)
|
||||
#define UI_TITLE "iriver iFP7xx"
|
||||
#define UI_WIDTH 425 /* width of GUI window */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue