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 22352f5e53..b1cca7b288 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -82,6 +82,8 @@
82#define LCD_IFP7XX 10 /* as used by iRiver iFP 7xx/8xx */ 82#define LCD_IFP7XX 10 /* as used by iRiver iFP 7xx/8xx */
83 83
84/* LCD_PIXELFORMAT */ 84/* LCD_PIXELFORMAT */
85#define HORIZONTAL_PACKING 1
86#define VERTICAL_PACKING 2
85#define RGB565 565 87#define RGB565 565
86#define RGB565SWAPPED 3553 88#define RGB565SWAPPED 3553
87 89