diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/plugins/lib/grey_core.c | 2 |
1 files changed, 2 insertions, 0 deletions
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); |