Default 24bpp

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5789 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2013-03-26 21:34:23 +00:00
parent 2f26a80e26
commit ebba9cdd24
2 changed files with 2 additions and 2 deletions

View File

@ -646,7 +646,7 @@ config LPC17_LCD_REFRESH_FREQ
config LPC17_LCD_BPP
int "Bits per pixel"
default 16
default 24
---help---
Bits per pixel

View File

@ -65,7 +65,7 @@
/* Bits per pixel */
#ifndef CONFIG_LPC17_LCD_BPP
# define CONFIG_LPC17_LCD_BPP 16 /* Bits per pixel */
# define CONFIG_LPC17_LCD_BPP 24 /* Bits per pixel */
#endif
/* Color format */