From 76476751d7500da813be85829ad740962b8cee79 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Tue, 24 Dec 2013 00:52:18 +0100 Subject: lcd-charcell: Correct get_icon_width() stub, everything is 1 char wide. Change-Id: I2a76c306be8f11827cb8d1f12641d710f49274aa --- apps/gui/icon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/gui/icon.h') diff --git a/apps/gui/icon.h b/apps/gui/icon.h index ca7f04841d..9304ad9077 100644 --- a/apps/gui/icon.h +++ b/apps/gui/icon.h @@ -108,7 +108,7 @@ void icons_init(void); #ifdef HAVE_LCD_CHARCELLS # define CURSOR_CHAR 0xe10c -# define get_icon_width(a) 6 +# define get_icon_width(a) 1 # define get_icon_height(a) 1 /* needs to be verified */ #else int get_icon_width(enum screen_type screen_type); -- cgit v1.2.3