forked from len0rd/rockbox
Big lcd_width only for simulator without HAVE_LCD_BITMAP.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1691 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
67536fc404
commit
b2a691a2b2
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ extern void lcd_double_height (bool on);
|
|||
#endif
|
||||
#if defined(HAVE_LCD_BITMAP) || defined(SIMULATOR)
|
||||
|
||||
#if defined(SIMULATOR)
|
||||
#if !defined(HAVE_LCD_BITMAP) && defined(SIMULATOR)
|
||||
#define LCD_WIDTH 16*11 /* Display width in pixels */
|
||||
#else
|
||||
#define LCD_WIDTH 112 /* Display width in pixels */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue