mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-19 10:02:45 -05:00
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:
parent
e3a970f4eb
commit
bba06cfd55
5 changed files with 179 additions and 33 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue