You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
samples: subsys: input: draw_touch_events: set pixel format at runtime
Problem: On STM32U5G9J-DK1 + st_lcd_dsi_mb1835, the sample could BUS
FAULT with SCREEN_WIDTH_TO_CROSS_DIM=25 and show only a horizontal
line with 20.
Root cause: The tile buffer BPP is derived from the devicetree pixel
format (e.g., RGB888 = 3 BPP), but the driver may be using a
different current pixel format.
Fix: Explicitly set the driver pixel format to the DT-selected format at
init.
Signed-off-by: Charles Dias <[email protected]>
0 commit comments