From 0ad5854398fe8a6228556b96a1609a78ee73f83d Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 26 Mar 2013 21:34:23 +0000 Subject: Default 24bpp git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5789 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/arch/arm/src/lpc17xx/Kconfig | 2 +- nuttx/arch/arm/src/lpc17xx/lpc17_lcd.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nuttx/arch/arm/src/lpc17xx/Kconfig b/nuttx/arch/arm/src/lpc17xx/Kconfig index 57bd9a3e9..1dc84000f 100644 --- a/nuttx/arch/arm/src/lpc17xx/Kconfig +++ b/nuttx/arch/arm/src/lpc17xx/Kconfig @@ -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 diff --git a/nuttx/arch/arm/src/lpc17xx/lpc17_lcd.h b/nuttx/arch/arm/src/lpc17xx/lpc17_lcd.h index d16673eeb..345e0154c 100644 --- a/nuttx/arch/arm/src/lpc17xx/lpc17_lcd.h +++ b/nuttx/arch/arm/src/lpc17xx/lpc17_lcd.h @@ -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 */ -- cgit v1.2.3