summaryrefslogtreecommitdiff
path: root/nuttx/configs/sam3u-ek/src/up_lcd.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/sam3u-ek/src/up_lcd.c')
-rwxr-xr-xnuttx/configs/sam3u-ek/src/up_lcd.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/configs/sam3u-ek/src/up_lcd.c b/nuttx/configs/sam3u-ek/src/up_lcd.c
index c4f0506b6..a966c72a0 100755
--- a/nuttx/configs/sam3u-ek/src/up_lcd.c
+++ b/nuttx/configs/sam3u-ek/src/up_lcd.c
@@ -167,10 +167,10 @@
/* Graphics Capbilities ***************************************************************/
-/* LCD resolution */
+/* LCD resolution: 240 (row) x 320 (columns) */
-#define SAM3UEK_XRES 320
-#define SAM3UEK_YRES 240
+#define SAM3UEK_XRES 240
+#define SAM3UEK_YRES 320
/* Color depth and format. BPP=16 R=6, G=6, B=5: RRRR RBBB BBBG GGGG */