summaryrefslogtreecommitdiffstats
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, 2 insertions, 2 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index f4e38ce73c..565f8950ff 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -128,7 +128,7 @@
#define RGB565SWAPPED 3553
/* CONFIG_ORIENTATION */
-#define SCREEN_PORTAIT 0
+#define SCREEN_PORTRAIT 0
#define SCREEN_LANDSCAPE 1
#define SCREEN_SQUARE 2
@@ -281,7 +281,7 @@
#ifndef CONFIG_ORIENTATION
#if LCD_HEIGHT > LCD_WIDTH
-#define CONFIG_ORIENTATION SCREEN_PORTAIT
+#define CONFIG_ORIENTATION SCREEN_PORTRAIT
#elif LCD_HEIGHT < LCD_WIDTH
#define CONFIG_ORIENTATION SCREEN_LANDSCAPE
#else