Skip to content

Commit feae716

Browse files
CharlesDiascfriedt
authored andcommitted
boards: shields: st_lcd_dsi_mb1835: set LTDC pixel-format
Set zephyr_lcd_controller pixel-format to PANEL_PIXEL_FORMAT_ARGB_8888 to match the driver configuration. Signed-off-by: Charles Dias <charlesdias.cd@outlook.com>
1 parent 097f009 commit feae716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/shields/st_lcd_dsi_mb1835/st_lcd_dsi_mb1835.overlay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
status = "okay";
8989
width = <480>;
9090
height = <480>;
91-
pixel-format = <PANEL_PIXEL_FORMAT_RGB_888>;
91+
pixel-format = <PANEL_PIXEL_FORMAT_ARGB_8888>;
9292

9393
bl-ctrl-gpios = <&dsi_lcd_qsh_030 53 GPIO_ACTIVE_HIGH>;
9494

0 commit comments

Comments
 (0)