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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/drivers/lcd.h b/firmware/drivers/lcd.h
index 2ce6339b8c..fb3a195471 100644
--- a/firmware/drivers/lcd.h
+++ b/firmware/drivers/lcd.h
@@ -121,4 +121,8 @@ extern void lcd_setldfont(unsigned char* f);
121extern unsigned char* lcd_getcurrentldfont(void); 121extern unsigned char* lcd_getcurrentldfont(void);
122#endif 122#endif
123 123
124#ifdef LCD_PROPFONTS
125extern int lcd_getstringsize(unsigned char *str, unsigned int font, int *w, int *h);
126#endif
127
124#endif /* __LCD_H__ */ 128#endif /* __LCD_H__ */