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/sdlapp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/export/config/sdlapp.h') diff --git a/firmware/export/config/sdlapp.h b/firmware/export/config/sdlapp.h index 674edd9e27..856244c6ab 100644 --- a/firmware/export/config/sdlapp.h +++ b/firmware/export/config/sdlapp.h @@ -45,7 +45,7 @@ #endif #define LCD_DEPTH 16 -#define LCD_PIXELFORMAT 565 +#define LCD_PIXELFORMAT RGB565 /* define this to indicate your device's keypad */ #define HAVE_TOUCHSCREEN -- cgit v1.2.3