diff options
Diffstat (limited to 'firmware/export/lcd.h')
-rw-r--r-- | firmware/export/lcd.h | 3 |
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 { int format; unsigned char *maskdata; #endif +#ifdef HAVE_LCD_COLOR + int alpha_offset; /* byte-offset of alpha channel in data */ +#endif unsigned char *data; }; |