Skip to content

Commit

Permalink
overlays: Enable Raspberry Touch 2 rotation with overlay
Browse files Browse the repository at this point in the history
See: #6480
Signed-off-by: foonerd <[email protected]>
  • Loading branch information
foonerd authored and popcornmix committed Nov 25, 2024
1 parent 2a53be9 commit e6085d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/boot/dts/overlays/README
Original file line number Diff line number Diff line change
Expand Up @@ -5289,6 +5289,7 @@ Params: sizex Touchscreen size x (default 720)
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).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,5 +118,6 @@
invy = <0>, "+11";
swapxy = <&gt911>,"touchscreen-swapped-x-y?";
disable_touch = <&gt911>, "status=disabled";
rotation = <&dsi_panel>, "rotation:0";
};
};

0 comments on commit e6085d3

Please sign in to comment.