diff options
Diffstat (limited to 'apps/screen_access.c')
| -rw-r--r-- | apps/screen_access.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/screen_access.c b/apps/screen_access.c index d6ca938..2d2013e 100644 --- a/apps/screen_access.c +++ b/apps/screen_access.c @@ -174,6 +174,7 @@ void screen_init(struct screen * screen, enum screen_type screen_type) screen->putc=&lcd_putc; screen->get_locked_pattern=&lcd_get_locked_pattern; screen->define_pattern=&lcd_define_pattern; + screen->unlock_pattern=&lcd_unlock_pattern; screen->icon=&lcd_icon; #endif /* HAVE_LCD_CHARCELLS */ |