summaryrefslogtreecommitdiff
path: root/apps/gui/icon.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/icon.c')
-rw-r--r--apps/gui/icon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/icon.c b/apps/gui/icon.c
index cc92b96c27..eb642313af 100644
--- a/apps/gui/icon.c
+++ b/apps/gui/icon.c
@@ -160,7 +160,7 @@ void screen_put_iconxy(struct screen * display,
160 if (xpos == 0) 160 if (xpos == 0)
161 xpos++; 161 xpos++;
162 162
163#if (LCD_DEPTH == 16) || (LCD_REMOTE_DEPTH == 16) 163#if (LCD_DEPTH == 16) || defined(LCD_REMOTE_DEPTH) && (LCD_REMOTE_DEPTH == 16)
164 if (display->depth == 16) 164 if (display->depth == 16)
165 draw_func = display->transparent_bitmap_part; 165 draw_func = display->transparent_bitmap_part;
166 else 166 else