diff options
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/screens.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/screens.c b/apps/screens.c index 37b2f5e..1dec09a 100644 --- a/apps/screens.c +++ b/apps/screens.c @@ -610,7 +610,6 @@ void splash(int ticks, /* how long */ first=false; #ifdef HAVE_LCD_BITMAP lcd_putsxy(x, y, next); - lcd_update(); /* DURING DEBUG ONLY */ #else lcd_puts(x, y, next); #endif |