From 2cd37161039bb66d072dfc67879f23df30d12290 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 20 Aug 2018 08:35:26 +0200 Subject: bsps/arm: Fix PL111 register define re-definition Close #3502. --- bsps/arm/lpc24xx/start/fb-config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bsps/arm/lpc24xx') diff --git a/bsps/arm/lpc24xx/start/fb-config.c b/bsps/arm/lpc24xx/start/fb-config.c index d1fa33c95a..83c3bab888 100644 --- a/bsps/arm/lpc24xx/start/fb-config.c +++ b/bsps/arm/lpc24xx/start/fb-config.c @@ -117,7 +117,7 @@ static const pl111_fb_config fb_config = { | PL111_LCD_TIMING2_PCD_HI(0x0), .timing3 = 0x0, .control = PL111_LCD_CONTROL_LCD_TFT - | PL111_LCD_CONTROL_LCD_BPP(PL111_LCD_CONTROL_LCD_BPP_16) + | PL111_LCD_CONTROL_LCD_BPP(PL111_LCD_CONTROL_LCD_BPP_16_5_6_5) | PL111_LCD_CONTROL_BGR, .power_delay_in_us = 100000, -- cgit v1.2.3