summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/lcd-remote.h1
-rw-r--r--firmware/export/lcd.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/lcd-remote.h b/firmware/export/lcd-remote.h
index 34c40e52c1..cdd48e5fa3 100644
--- a/firmware/export/lcd-remote.h
+++ b/firmware/export/lcd-remote.h
@@ -149,6 +149,7 @@ extern int lcd_remote_getymargin(void);
149extern int lcd_remote_getwidth(void); 149extern int lcd_remote_getwidth(void);
150extern int lcd_remote_getheight(void); 150extern int lcd_remote_getheight(void);
151extern void lcd_remote_setfont(int font); 151extern void lcd_remote_setfont(int font);
152extern int lcd_remote_getfont(void);
152extern int lcd_remote_getstringsize(const unsigned char *str, int *w, int *h); 153extern int lcd_remote_getstringsize(const unsigned char *str, int *w, int *h);
153 154
154/* low level drawing function pointer arrays */ 155/* low level drawing function pointer arrays */
diff --git a/firmware/export/lcd.h b/firmware/export/lcd.h
index 276dcdfedc..57c9b1d3b8 100644
--- a/firmware/export/lcd.h
+++ b/firmware/export/lcd.h
@@ -372,6 +372,7 @@ extern void lcd_set_flip(bool yesno);
372extern void lcd_set_drawmode(int mode); 372extern void lcd_set_drawmode(int mode);
373extern int lcd_get_drawmode(void); 373extern int lcd_get_drawmode(void);
374extern void lcd_setfont(int font); 374extern void lcd_setfont(int font);
375extern int lcd_getfont(void);
375 376
376extern void lcd_puts_style_offset(int x, int y, const unsigned char *str, 377extern void lcd_puts_style_offset(int x, int y, const unsigned char *str,
377 int style, int offset); 378 int style, int offset);