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:
parent
2f26a80e26
commit
ebba9cdd24
@ -646,7 +646,7 @@ config LPC17_LCD_REFRESH_FREQ
|
|||||||
|
|
||||||
config LPC17_LCD_BPP
|
config LPC17_LCD_BPP
|
||||||
int "Bits per pixel"
|
int "Bits per pixel"
|
||||||
default 16
|
default 24
|
||||||
---help---
|
---help---
|
||||||
Bits per pixel
|
Bits per pixel
|
||||||
|
|
||||||
|
@ -65,7 +65,7 @@
|
|||||||
/* Bits per pixel */
|
/* Bits per pixel */
|
||||||
|
|
||||||
#ifndef CONFIG_LPC17_LCD_BPP
|
#ifndef CONFIG_LPC17_LCD_BPP
|
||||||
# define CONFIG_LPC17_LCD_BPP 16 /* Bits per pixel */
|
# define CONFIG_LPC17_LCD_BPP 24 /* Bits per pixel */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Color format */
|
/* Color format */
|
||||||
|
Loading…
Reference in New Issue
Block a user