From 36e469db8bb7789c89ff642b51c1471669b830f5 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Tue, 16 Apr 2013 23:47:17 +0200 Subject: lcd-common: Remove direct style (line decorations) from lcd-puts* functions. This logic is moved into apps (put_line()) which can better handle line decorations with respect to scrolling, mulitline and other complications. Firmware doesn't need this. The remaining drawing function know only one style, that is foreground on background/backdrop (changing drawmode is still supported). Change-Id: I707060edc388a7d723a7d09b0cf5cbda6ec56708 --- firmware/export/scroll_engine.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'firmware/export/scroll_engine.h') diff --git a/firmware/export/scroll_engine.h b/firmware/export/scroll_engine.h index e3fd720550..19a2bc4cca 100644 --- a/firmware/export/scroll_engine.h +++ b/firmware/export/scroll_engine.h @@ -69,9 +69,6 @@ struct scrollinfo int width, height; /* pixel to skip from the beginning of the string, increments as the text scrolls */ int offset; -#ifdef HAVE_LCD_BITMAP - int style; /* line style */ -#endif /* HAVE_LCD_BITMAP */ /* scroll presently forward or backward? */ bool backward; bool bidir; -- cgit v1.2.3