diff options
author | Frank Gevaerts <frank@gevaerts.be> | 2012-06-20 01:12:14 +0200 |
---|---|---|
committer | Frank Gevaerts <frank@gevaerts.be> | 2012-06-20 01:13:51 +0200 |
commit | 0c3934f917ffec02123b691b6979d06eaa17137b (patch) | |
tree | 6629cca4fc896300ed29fd265d15a2bbbec44e69 /firmware/export/config/cowond2.h | |
parent | f62009303a8bb9d02462e4eebbbded66c56891b0 (diff) |
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/cowond2.h')
-rw-r--r-- | firmware/export/config/cowond2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config/cowond2.h b/firmware/export/config/cowond2.h index e94701130f..d27589c878 100644 --- a/firmware/export/config/cowond2.h +++ b/firmware/export/config/cowond2.h @@ -74,7 +74,7 @@ #define LCD_HEIGHT 240 #define LCD_DPI 160 #define LCD_DEPTH 16 -#define LCD_PIXELFORMAT 565 +#define LCD_PIXELFORMAT RGB565 /* define this if you have LCD enable function */ #define HAVE_LCD_ENABLE |