summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/gui/icon.h2
1 files changed, 1 insertions, 1 deletions
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);
108 108
109#ifdef HAVE_LCD_CHARCELLS 109#ifdef HAVE_LCD_CHARCELLS
110# define CURSOR_CHAR 0xe10c 110# define CURSOR_CHAR 0xe10c
111# define get_icon_width(a) 6 111# define get_icon_width(a) 1
112# define get_icon_height(a) 1 /* needs to be verified */ 112# define get_icon_height(a) 1 /* needs to be verified */
113#else 113#else
114int get_icon_width(enum screen_type screen_type); 114int get_icon_width(enum screen_type screen_type);