bsp/realview-pbx-a9: Fix PL111 color encoding

This commit is contained in:
Sebastian Huber
2014-01-07 11:41:29 +01:00
parent 5b85ccaebc
commit c369e84efa

View File

@@ -49,7 +49,8 @@ static const pl111_fb_config fb_config = {
.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)
| PL111_LCD_CONTROL_BGR,
.power_delay_in_us = 100000,
.set_up = fb_set_up,
.pins_set_up = fb_pins_set_up,