summaryrefslogtreecommitdiff
path: root/firmware/export/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r--firmware/export/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 3768d857cb..684353e499 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -92,6 +92,8 @@
92/* LCD_PIXELFORMAT */ 92/* LCD_PIXELFORMAT */
93#define HORIZONTAL_PACKING 1 93#define HORIZONTAL_PACKING 1
94#define VERTICAL_PACKING 2 94#define VERTICAL_PACKING 2
95#define HORIZONTAL_INTERLEAVED 3
96#define VERTICAL_INTERLEAVED 4
95#define RGB565 565 97#define RGB565 565
96#define RGB565SWAPPED 3553 98#define RGB565SWAPPED 3553
97 99