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:
Jens Arnold 2006-11-12 13:25:03 +00:00
parent 6bdf3ee6f2
commit 7b30e50812

View file

@ -33,7 +33,7 @@
/*** definitions ***/
#define SCROLLABLE_LINES 26
#define SCROLLABLE_LINES ((LCD_HEIGHT+4)/5 < 32 ? (LCD_HEIGHT+4)/5 : 32)
/*** globals ***/