summaryrefslogtreecommitdiff
path: root/firmware/export/config/android.h
diff options
context:
space:
mode:
authorFrank Gevaerts <frank@gevaerts.be>2012-06-20 01:12:14 +0200
committerFrank Gevaerts <frank@gevaerts.be>2012-06-20 01:13:51 +0200
commit0c3934f917ffec02123b691b6979d06eaa17137b (patch)
tree6629cca4fc896300ed29fd265d15a2bbbec44e69 /firmware/export/config/android.h
parentf62009303a8bb9d02462e4eebbbded66c56891b0 (diff)
downloadrockbox-0c3934f917ffec02123b691b6979d06eaa17137b.tar.gz
rockbox-0c3934f917ffec02123b691b6979d06eaa17137b.zip
Use RGB565 define instead of plain 565.
Pixelformats should always use the defines, not the raw values. Change-Id: Id60a73385bb6cc4e8f8d1f8b292489d066f1e13f
Diffstat (limited to 'firmware/export/config/android.h')
-rw-r--r--firmware/export/config/android.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config/android.h b/firmware/export/config/android.h
index f563743e14..2bc11c3051 100644
--- a/firmware/export/config/android.h
+++ b/firmware/export/config/android.h
@@ -45,7 +45,7 @@
45#endif 45#endif
46 46
47#define LCD_DEPTH 16 47#define LCD_DEPTH 16
48#define LCD_PIXELFORMAT 565 48#define LCD_PIXELFORMAT RGB565
49 49
50#define HAVE_LCD_ENABLE 50#define HAVE_LCD_ENABLE
51 51