From 0c3934f917ffec02123b691b6979d06eaa17137b Mon Sep 17 00:00:00 2001 From: Frank Gevaerts Date: Wed, 20 Jun 2012 01:12:14 +0200 Subject: Use RGB565 define instead of plain 565. Pixelformats should always use the defines, not the raw values. Change-Id: Id60a73385bb6cc4e8f8d1f8b292489d066f1e13f --- firmware/export/config/nokian8xx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/export/config/nokian8xx.h') diff --git a/firmware/export/config/nokian8xx.h b/firmware/export/config/nokian8xx.h index 78148396f9..c8d87838e7 100644 --- a/firmware/export/config/nokian8xx.h +++ b/firmware/export/config/nokian8xx.h @@ -37,7 +37,7 @@ #define LCD_WIDTH 800 #define LCD_HEIGHT 480 #define LCD_DEPTH 16 -#define LCD_PIXELFORMAT 565 +#define LCD_PIXELFORMAT RGB565 /* define this to indicate your device's keypad */ #define HAVE_TOUCHSCREEN -- cgit