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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 18dca402fb..13d272f7b7 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -206,6 +206,10 @@
206#define RGB565 565 206#define RGB565 565
207#define RGB565SWAPPED 3553 207#define RGB565SWAPPED 3553
208 208
209/* LCD_STRIDEFORMAT */
210#define VERTICAL_STRIDE 1
211#define HORIZONTAL_STRIDE 2
212
209/* CONFIG_ORIENTATION */ 213/* CONFIG_ORIENTATION */
210#define SCREEN_PORTRAIT 0 214#define SCREEN_PORTRAIT 0
211#define SCREEN_LANDSCAPE 1 215#define SCREEN_LANDSCAPE 1