From 1c5d0b41eebdb4f8c627b1a0e5f7b699f0b08fb8 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Wed, 3 Apr 2013 16:33:23 +0200 Subject: scroll_engine: Rename scroll_stop* functions to be more consistent with the lcd api. Change-Id: I8ada10b96bfb628cca0331689e8b936ae47c7e1c --- apps/gui/splash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/gui/splash.c') diff --git a/apps/gui/splash.c b/apps/gui/splash.c index ad6625fec6..2608a2e02e 100644 --- a/apps/gui/splash.c +++ b/apps/gui/splash.c @@ -133,7 +133,7 @@ static void splash_internal(struct screen * screen, const char *fmt, va_list ap) * First boundaries, then the grey filling, then the black border and finally * the text*/ - screen->stop_scroll(); + screen->scroll_stop(); #ifdef HAVE_LCD_BITMAP -- cgit v1.2.3