summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/lcd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/lcd.h b/firmware/export/lcd.h
index a82c00534d..5ad2d83513 100644
--- a/firmware/export/lcd.h
+++ b/firmware/export/lcd.h
@@ -289,6 +289,8 @@ extern void lcd_jump_scroll_delay(int ms);
289#define DRMODE_FG 2 289#define DRMODE_FG 2
290#define DRMODE_SOLID 3 290#define DRMODE_SOLID 3
291#define DRMODE_INVERSEVID 4 /* used as bit modifier for basic modes */ 291#define DRMODE_INVERSEVID 4 /* used as bit modifier for basic modes */
292/* Internal drawmode modifiers. DO NOT use with set_drawmode() */
293#define DRMODE_INT_MOD 8
292 294
293/* Low-level drawing function types */ 295/* Low-level drawing function types */
294typedef void lcd_pixelfunc_type(int x, int y); 296typedef void lcd_pixelfunc_type(int x, int y);