summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/lcd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/lcd.h b/firmware/export/lcd.h
index 787eea01f5..d379dc3613 100644
--- a/firmware/export/lcd.h
+++ b/firmware/export/lcd.h
@@ -291,6 +291,7 @@ enum
291#define FORMAT_REMOTE 0x10000000 291#define FORMAT_REMOTE 0x10000000
292 292
293#define TRANSPARENT_COLOR LCD_RGBPACK(255,0,255) 293#define TRANSPARENT_COLOR LCD_RGBPACK(255,0,255)
294#define REPLACEWITHFG_COLOR LCD_RGBPACK(0,255,255)
294 295
295struct bitmap { 296struct bitmap {
296 int width; 297 int width;