https://github.com/raspberrypi/linux/bl ... 5600-L5612
Question: how do you want to rotate the display?
Why don't you simply use the 'rotation' parameter from config.txt to make that happen? Soing like this will make sure your touch is also rotated correctly.
Did you specifiy the parameters in wayfarer.ini manually? Don't do that unless you have a real good reason for doing so!
My suggestion is to start from a fresh OS image and only add below to config.txt
Code:
Name: vc4-kms-dsi-ili9881-7inchInfo: Enable the Raspberry Pi 7" ILI9881 based touchscreen panel. Requires vc4-kms-v3d to be loaded.Load: dtoverlay=vc4-kms-dsi-ili9881-7inch,<param>Params: sizex Touchscreen size x (default 720) sizey Touchscreen size y (default 1280) invx Touchscreen inverted x axis invy Touchscreen inverted y axis swapxy Touchscreen swapped x y axis disable_touch Disables the touch screen overlay driver rotation Display rotation {0,90,180,270} (default 0) dsi0 Use DSI0 and i2c_csi_dsi0 (rather than the default DSI1 and i2c_csi_dsi).Why don't you simply use the 'rotation' parameter from config.txt to make that happen? Soing like this will make sure your touch is also rotated correctly.
Did you specifiy the parameters in wayfarer.ini manually? Don't do that unless you have a real good reason for doing so!
My suggestion is to start from a fresh OS image and only add below to config.txt
Code:
dtoverlay=vc4-kms-dsi-ili9881-7inch,rotation=270Statistics: Posted by aBUGSworstnightmare — Tue Jul 15, 2025 7:01 am