summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/screen_access.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/screen_access.c b/apps/screen_access.c
index a642b65d20..a33f14b9c2 100644
--- a/apps/screen_access.c
+++ b/apps/screen_access.c
@@ -55,7 +55,7 @@ void screen_init(struct screen * screen, enum screen_type screen_type)
55 screen->bitmap=(screen_bitmap_func*)&lcd_remote_bitmap; 55 screen->bitmap=(screen_bitmap_func*)&lcd_remote_bitmap;
56 screen->bitmap_part=(screen_bitmap_part_func*)&lcd_remote_bitmap_part; 56 screen->bitmap_part=(screen_bitmap_part_func*)&lcd_remote_bitmap_part;
57 screen->set_drawmode=&lcd_remote_set_drawmode; 57 screen->set_drawmode=&lcd_remote_set_drawmode;
58#if LCD_DEPTH <= 2 58#if LCD_REMOTE_DEPTH <= 2
59 /* No transparency yet for grayscale and mono lcd */ 59 /* No transparency yet for grayscale and mono lcd */
60 screen->transparent_bitmap=(screen_bitmap_func*)&lcd_remote_bitmap; 60 screen->transparent_bitmap=(screen_bitmap_func*)&lcd_remote_bitmap;
61 screen->transparent_bitmap_part=(screen_bitmap_part_func*)&lcd_remote_bitmap_part; 61 screen->transparent_bitmap_part=(screen_bitmap_part_func*)&lcd_remote_bitmap_part;