forked from Imagelibrary/rtems
bsp/realview-pbx-a9: Fix PL111 color encoding
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user