summaryrefslogtreecommitdiff
path: root/firmware/export/lcd-remote.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/lcd-remote.h')
-rw-r--r--firmware/export/lcd-remote.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/firmware/export/lcd-remote.h b/firmware/export/lcd-remote.h
index cfb643ff96..329edd5f27 100644
--- a/firmware/export/lcd-remote.h
+++ b/firmware/export/lcd-remote.h
@@ -39,10 +39,6 @@
39int remote_type(void); 39int remote_type(void);
40#endif 40#endif
41 41
42#ifndef SIMULATOR
43extern struct event_queue remote_scroll_queue;
44#endif
45
46#define STYLE_DEFAULT 0x00000000 42#define STYLE_DEFAULT 0x00000000
47#define STYLE_INVERT 0x20000000 43#define STYLE_INVERT 0x20000000
48 44
@@ -146,6 +142,7 @@ extern void lcd_remote_setmargins(int xmargin, int ymargin);
146extern int lcd_remote_getxmargin(void); 142extern int lcd_remote_getxmargin(void);
147extern int lcd_remote_getymargin(void); 143extern int lcd_remote_getymargin(void);
148extern void lcd_remote_setfont(int font); 144extern void lcd_remote_setfont(int font);
145extern int lcd_remote_getfont(void);
149extern int lcd_remote_getstringsize(const unsigned char *str, int *w, int *h); 146extern int lcd_remote_getstringsize(const unsigned char *str, int *w, int *h);
150 147
151/* low level drawing function pointer arrays */ 148/* low level drawing function pointer arrays */