Skip to content

Commit 987cf7f

Browse files
committed
Dealing with more comments from @lurch
1 parent 1d5d752 commit 987cf7f

File tree

1 file changed

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

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Touch Display 2 (both 5-inch and 7-inch) includes the following features:
3737

3838
* **720 x 1280 pixel resolution.** High-definition output.
3939
* **24-bit RGB display.** Capable of showing over 16 million colours.
40-
* **Multitouch.** Supports up to five simultaneous touch points.
40+
* **Multitouch.** Supports up to five simultaneous touch points and an on-screen keyboard.
4141
* **Mouse-equivalence.** Supports full desktop control without a physical mouse, for example, selecting, dragging, scrolling, and long-pressing for menus.
4242
* **On-screen keyboard.** Supports a visual keyboard in place of a physical keyboard.
4343
* **Integrated power.** Powered directly by the host Raspberry Pi, requiring no separate power supply.
@@ -106,7 +106,7 @@ This connects the red cable (5 V power) to pin 2 and the black cable (ground) to
106106
.The GPIO connection to the Touch Display 2
107107
image::images/touch-display-2-gpio-connection.png[The GPIO connection to the Touch Display 2, width="40%"]
108108

109-
WARNING: Correcting the power cable incorrectly might cause damage to the display.
109+
WARNING: Connecting the power cable incorrectly might cause damage to the display.
110110

111111
=== Step 4. Mount your Touch Display 2 (optional)
112112

@@ -119,7 +119,7 @@ Take care not to pinch the FFC.
119119

120120
== Use an on-screen keyboard
121121

122-
A Raspberry Pi with OS **Bookworm** or later already includes the **Squeakboard on-screen keyboard**. With a Touch Display 2 attached, the keyboard automatically appears when you can enter text, and automatically disappears when you can't.
122+
Raspberry Pi OS **Bookworm** and later already includes the **Squeakboard on-screen keyboard**. With a Touch Display 2 attached, the keyboard automatically appears when you can enter text, and automatically disappears when you can't.
123123

124124
For applications that don't support text entry detection, you can manually show or hide the keyboard using the keyboard icon at the right side of the taskbar. You can also permanently show or hide the on-screen keyboard using the Raspberry Pi graphical interface or the command line.
125125

@@ -158,7 +158,7 @@ NOTE: You can't rotate the DSI display separately from the HDMI display with `cm
158158

159159
== Customise touchscreen settings
160160

161-
You can use the Device Tree overlay to tell Raspberry Pi OS how to configure the Touch Display 2 at boot.
161+
You can use the Device Tree overlay to tell the Raspberry Pi OS how to configure the Touch Display 2 at boot.
162162

163163
- For the 5-inch display, the overlay is called `vc4-kms-dsi-ili9881-5inch`.
164164
- For the 7-inch display, the overlay is called `vc4-kms-dsi-ili9881-7inch`.
@@ -198,7 +198,7 @@ See the table below for details.
198198

199199
=== Example
200200

201-
In the following example, `invx` flips the X axis, and `invy` flips the Y axis for the 7-inch Touch Display 2:
201+
In the following example, `invx` flips the X axis and `invy` flips the Y axis for a 7-inch Touch Display 2:
202202

203203
[source,ini]
204204
----

0 commit comments

Comments
 (0)