Adjust scrollable lines to varying LCD sizes in the 2bit vertical packing LCD driver. Doesn't change anything for current targets.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11518 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6bdf3ee6f2
commit
7b30e50812
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
|||
|
||||
/*** definitions ***/
|
||||
|
||||
#define SCROLLABLE_LINES 26
|
||||
#define SCROLLABLE_LINES ((LCD_HEIGHT+4)/5 < 32 ? (LCD_HEIGHT+4)/5 : 32)
|
||||
|
||||
/*** globals ***/
|
||||
|
||||
|
|
Loading…
Reference in a new issue