mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
Fix the scrollbar boundary checking to prevent the player from freezing on screens that are too small to show the list with the font selected. Correct the M:Robe remote screen height.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20690 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ac0722da74
commit
76328bbfda
2 changed files with 9 additions and 1 deletions
|
|
@ -91,7 +91,7 @@
|
|||
/* remote LCD */
|
||||
#define HAVE_REMOTE_LCD
|
||||
#define LCD_REMOTE_WIDTH 79
|
||||
#define LCD_REMOTE_HEIGHT 64
|
||||
#define LCD_REMOTE_HEIGHT 16
|
||||
#define LCD_REMOTE_DEPTH 1
|
||||
|
||||
/* Remote display colours, for screenshots and sim (0xRRGGBB) */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue