summaryrefslogtreecommitdiff
path: root/firmware/drivers/lcd.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/lcd.h')
-rw-r--r--firmware/drivers/lcd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/drivers/lcd.h b/firmware/drivers/lcd.h
index 4f80a965cf..7e5a4b8679 100644
--- a/firmware/drivers/lcd.h
+++ b/firmware/drivers/lcd.h
@@ -68,6 +68,7 @@ extern void lcd_puts(int x, int y, char *string);
68# define LCD_PARAM_SYMBOL 0xF0 68# define LCD_PARAM_SYMBOL 0xF0
69 69
70extern void lcd_define_pattern (int which,char *pattern,int length); 70extern void lcd_define_pattern (int which,char *pattern,int length);
71extern void lcd_double_height (bool on);
71 72
72#endif 73#endif
73#if defined(HAVE_LCD_BITMAP) || defined(SIMULATOR) 74#if defined(HAVE_LCD_BITMAP) || defined(SIMULATOR)