summaryrefslogtreecommitdiff
path: root/firmware/export/lcd.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/lcd.h')
-rw-r--r--firmware/export/lcd.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/lcd.h b/firmware/export/lcd.h
index 47ea94bca9..ad579820ad 100644
--- a/firmware/export/lcd.h
+++ b/firmware/export/lcd.h
@@ -468,6 +468,9 @@ struct bitmap {
468 int format; 468 int format;
469 unsigned char *maskdata; 469 unsigned char *maskdata;
470#endif 470#endif
471#ifdef HAVE_LCD_COLOR
472 int alpha_offset; /* byte-offset of alpha channel in data */
473#endif
471 unsigned char *data; 474 unsigned char *data;
472}; 475};
473 476