Skip to content

Commit 10ddb2d

Browse files
Merge pull request #3931 from raspberrypi/touch-display-2-rotation-fix
Fix touch display 2 rotation
2 parents de44d4a + f311578 commit 10ddb2d

File tree

1 file changed

+3
-3
lines changed
  • documentation/asciidoc/accessories/touch-display-2

1 file changed

+3
-3
lines changed

documentation/asciidoc/accessories/touch-display-2/about.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ To set the screen orientation on a device that lacks a desktop environment, edit
8181

8282
[source,ini]
8383
----
84-
video=DSI-1:1280x720@60,rotate=<rotation-value>
84+
video=DSI-1:720x1280@60,rotate=<rotation-value>
8585
----
8686

8787
Replace the `<rotation-value>` placeholder with one of the following values, which correspond to the degree of rotation relative to the default on your display:
@@ -103,10 +103,10 @@ The `vc4-kms-dsi-ili9881-7inch` overlay supports the following options:
103103
| DT parameter | Action
104104

105105
| `sizex`
106-
| Sets X resolution (default 1280)
106+
| Sets X resolution (default 720)
107107

108108
| `sizey`
109-
| Sets Y resolution (default 720)
109+
| Sets Y resolution (default 1280)
110110

111111
| `invx`
112112
| Invert X coordinates

0 commit comments

Comments
 (0)