Sansa Clip Simulator: emulate the real screen at the price of some CPU (FS#9521)

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19347 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rafaël Carré 2008-12-04 23:24:45 +00:00
parent e3a970f4eb
commit bba06cfd55
5 changed files with 179 additions and 33 deletions

View file

@ -134,7 +134,11 @@ bool gui_startup(void)
height = UI_LCD_HEIGHT + UI_REMOTE_HEIGHT;
#else
width = UI_LCD_WIDTH;
height = UI_LCD_HEIGHT;
height = UI_LCD_HEIGHT
#ifdef UI_LCD_SPLIT
+ UI_LCD_SPLIT_BLACK_LINES
#endif
;
#endif
}