From 7da7e7bdd2d88cefe09f8c9953df076875750c25 Mon Sep 17 00:00:00 2001 From: Robert Kukla Date: Tue, 22 Jan 2008 04:16:28 +0000 Subject: add timer registration for mrobe100 lcd to greyscale lib (fix yellow) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16137 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/lib/grey_core.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/plugins/lib/grey_core.c b/apps/plugins/lib/grey_core.c index 0e2408b107..015c637eeb 100644 --- a/apps/plugins/lib/grey_core.c +++ b/apps/plugins/lib/grey_core.c @@ -480,6 +480,8 @@ void grey_show(bool enable) _grey_info.rb->timer_register(1, NULL, TIMER_FREQ / 88, 1, _timer_isr); #elif CONFIG_LCD == LCD_IFP7XX _grey_info.rb->timer_register(1, NULL, TIMER_FREQ / 83, 1, _timer_isr); +#elif CONFIG_LCD == LCD_MROBE100 + _grey_info.rb->timer_register(1, NULL, TIMER_FREQ / 83, 1, _timer_isr); /* not calibrated/tested */ #endif /* CONFIG_LCD */ #endif /* !SIMULATOR */ _grey_info.rb->screen_dump_set_hook(grey_screendump_hook); -- cgit v1.2.3