summaryrefslogtreecommitdiff
path: root/apps/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tree.c')
-rw-r--r--apps/tree.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/tree.c b/apps/tree.c
index b2d46389ae..8e1afb8b67 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -395,9 +395,9 @@ static int showdir(void)
395 int offset=0; 395 int offset=0;
396 if ( line_height > 8 ) 396 if ( line_height > 8 )
397 offset = (line_height - 8) / 2; 397 offset = (line_height - 8) / 2;
398 lcd_bitmap(icon, 398 lcd_mono_bitmap(icon,
399 CURSOR_X * 6 + CURSOR_WIDTH, 399 CURSOR_X * 6 + CURSOR_WIDTH,
400 MARGIN_Y+(i-start)*line_height + offset, 6, 8); 400 MARGIN_Y+(i-start)*line_height + offset, 6, 8);
401#else 401#else
402 if (icon < 0 ) 402 if (icon < 0 )
403 icon = Unknown; 403 icon = Unknown;