9 Jan 2012 04:26
saratoga: r31643 - in trunk: apps firmware
<mailer <at> svn.rockbox.org>
2012-01-09 03:26:03 GMT
2012-01-09 03:26:03 GMT
Date: 2012-01-09 04:26:03 +0100 (Mon, 09 Jan 2012)
New Revision: 31643
Log Message:
Commit FS#12454 - Faster line scroll speed by Martin Sagmuller.
Modified:
trunk/apps/settings_list.c
trunk/firmware/scroll_engine.c
Modified: trunk/apps/settings_list.c
===================================================================
--- trunk/apps/settings_list.c 2012-01-08 22:29:25 UTC (rev 31642)
+++ trunk/apps/settings_list.c 2012-01-09 03:26:03 UTC (rev 31643)
<at> <at> -967,7 +967,7 <at> <at>
#endif
#endif /* HAVE_BACKLIGHT */
INT_SETTING(F_PADTITLE, scroll_speed, LANG_SCROLL_SPEED, 9,"scroll speed",
- UNIT_INT, 0, 15, 1, NULL, NULL, lcd_scroll_speed),
+ UNIT_INT, 0, 17, 1, NULL, NULL, lcd_scroll_speed),
INT_SETTING(F_PADTITLE, scroll_delay, LANG_SCROLL_DELAY, 1000,
"scroll delay", UNIT_MS, 0, 2500, 100, NULL,
NULL, lcd_scroll_delay),
<at> <at> -975,7 +975,7 <at> <at>
UNIT_PERCENT, 0, 200, 25, NULL, NULL, lcd_bidir_scroll),
#ifdef HAVE_REMOTE_LCD
INT_SETTING(0, remote_scroll_speed, LANG_SCROLL_SPEED, 9,
- "remote scroll speed", UNIT_INT, 0,15, 1,
+ "remote scroll speed", UNIT_INT, 0,17, 1,
NULL, NULL, lcd_remote_scroll_speed),
(Continue reading)
RSS Feed