drivers: display: Set mcux elcdif pixel format to BGR565
Return BGR565 as supported mcux elcdif pixel format for RK043FN02H display panel. Signed-off-by: Jan Van Winkel <jan.van_winkel@dxplore.eu>
This commit is contained in:
parent
9814e743fd
commit
9041b0f119
1 changed files with 1 additions and 1 deletions
|
@ -245,7 +245,7 @@ static struct mcux_elcdif_config mcux_elcdif_config_1 = {
|
|||
.pixelFormat = kELCDIF_PixelFormatRGB565,
|
||||
.dataBus = kELCDIF_DataBus16Bit,
|
||||
},
|
||||
.pixel_format = PIXEL_FORMAT_RGB_565,
|
||||
.pixel_format = PIXEL_FORMAT_BGR_565,
|
||||
.bits_per_pixel = 16,
|
||||
#endif
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue