Skip to content

Commit 0bff044

Browse files
Fix small issues with Touch Display and Touch Display 2 doc
1 parent 0c5255e commit 0bff044

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

documentation/asciidoc/accessories/display/display_intro.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The https://www.raspberrypi.com/products/raspberry-pi-touch-display/[Raspberry P
55
.The Raspberry Pi 7-inch Touch Display
66
image::images/display.png[The Raspberry Pi 7-inch Touch Display, width="70%"]
77

8-
The Touch Display is compatible with all models of Raspberry Pi from Raspberry Pi 1B+ onwards, except Raspberry Pi Zero and Zero 2 W, which lack a DSI connector. The earliest Raspberry Pi models lack appropriate mounting holes, requiring additional mounting hardware to fit the stand-offs on the display PCB.
8+
The Touch Display is compatible with all models of Raspberry Pi, except Raspberry Pi Zero and Zero 2 W, which lack a DSI connector. The earliest Raspberry Pi models lack appropriate mounting holes, requiring additional mounting hardware to fit the stand-offs on the display PCB.
99

1010
The display has the following key features:
1111

@@ -113,7 +113,7 @@ NOTE: It is not possible to rotate the DSI display separately from the HDMI disp
113113

114114
WARNING: Rotating touch input via device tree can cause conflicts with your input library. Whenever possible, configure touch event rotation in your input library or desktop.
115115

116-
Rotation of touch input is independent of the orientation of the display itself. To change this you need to manually add a `dtoverlay` instruction in xref:../computers/config_txt.adoc[`/boot/firmware/config.txt`]. Add the following line in `config.txt`:
116+
Rotation of touch input is independent of the orientation of the display itself. To change this you need to manually add a `dtoverlay` instruction in xref:../computers/config_txt.adoc[`/boot/firmware/config.txt`]. Add the following entry to the end of `cmdline.txt`:
117117

118118
[source,ini]
119119
----

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ Once you have determined the correct FFC for your Raspberry Pi model, complete t
4242

4343
. Disconnect your Raspberry Pi from power.
4444
. Lift the retaining clips on either side of the FFC connector on the Touch Display 2.
45-
. Insert one 15-way end of your FFC into the Touch Display 2 FFC connector, with the copper contacts facing upwards, away from the Touch Display 2.
45+
. Insert one 15-way end of your FFC into the Touch Display 2 FFC connector, with the metal contacts facing upwards, away from the Touch Display 2.
4646
+
4747
TIP: If you use the 22-way to 15-way FFC, the 22-way end is the _smaller_ end of the cable. Insert the _larger_ end of the cable into the Touch Display 2.
4848
. While holding the FFC firmly in place, simultaneously push both retaining clips down on the FFC connector of the Touch Display 2.
4949
. Lift the retaining clips on either side of the DSI connector of your Raspberry Pi. This port should be marked with some variation of the term `DISPLAY` or `DISP`. If your Raspberry Pi has multiple DSI connectors, prefer the port labelled `1`.
50-
. Insert the other end of your FFC into the Raspberry Pi DSI connector, with the copper contacts facing towards the Ethernet and USB-A ports.
50+
. Insert the other end of your FFC into the Raspberry Pi DSI connector, with the metal contacts facing towards the Ethernet and USB-A ports.
5151
. While holding the FFC firmly in place, simultaneously push both retaining clips down on the DSI connector of the Raspberry Pi.
5252
. Plug the GPIO connector cable into the port marked `J1` on the Touch Display 2.
5353
. Connect the other (three-pin) end of the GPIO connector cable to pins 2, 4, and 6 of the xref:../computers/raspberry-pi.adoc#gpio[Raspberry Pi's GPIO]. Connect the red cable (5V power) to pin 2, and the black cable (ground) to pin 6. Viewed from above, with the Ethernet and USB-A ports facing down, these pins are located at the top right of the board, with pin 2 in the top right-most position.
@@ -77,7 +77,7 @@ If you want to physically rotate the display, or mount it in a specific position
7777

7878
==== Rotate screen without a desktop
7979

80-
To set the screen orientation on a device that lacks a desktop environment, edit the `/boot/firmware/cmdline.txt` configuration file to pass an orientation to the system. Add the following line to `cmdline.txt`:
80+
To set the screen orientation on a device that lacks a desktop environment, edit the `/boot/firmware/cmdline.txt` configuration file to pass an orientation to the system. Add the following entry to the end of `cmdline.txt`:
8181

8282
[source,ini]
8383
----

0 commit comments

Comments
 (0)