Skip to content

Commit c235079

Browse files
committed
Minor style edits plus corrections in grammar.
1 parent 14023f4 commit c235079

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

documentation/asciidoc/computers/compute-module/cmio-display.adoc

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,36 +6,36 @@ Update your system software and firmware to the latest version before starting.
66

77
NOTE: The Raspberry Pi Zero camera cable can't be used as an alternative to the RPI-DISPLAY adapter. The two cables have distinct wiring.
88

9-
To connect a display to DISP1/DSI1:
9+
To connect a display to `DISP1/DSI1``:
1010

1111
. Disconnect the Compute Module from power.
12-
. Connect the display to the DISP1/DSI1 port on the Compute Module IO board through the 22W to 15W display adapter.
12+
. Connect the display to the `DISP1/DSI1`` port on the Compute Module IO board through the 22W to 15W display adapter.
1313
. Complete the appropriate jumper connections:
1414
- For *CM1*, *CM3*, *CM3+*, and *CM4S*, connect the following GPIO pins with jumper cables:
1515
* `0` to `CD1_SDA`
1616
* `1` to `CD1_SCL`
1717
- For *CM5*, on the Compute Module 5 IO board, add the appropriate jumpers to J6, as indicated on the silkscreen.
1818
. Reconnect the Compute Module to power.
19-
. Add `dtoverlay=vc4-kms-dsi-7inch` to xref:../computers/config_txt.adoc#what-is-config-txt[`/boot/firmware/config.txt`]:
19+
. Add `dtoverlay=vc4-kms-dsi-7inch` to xref:../computers/config_txt.adoc#what-is-config-txt[`/boot/firmware/config.txt`].
2020
. Reboot your Compute Module with `sudo reboot`. Your device should detect and begin displaying output to your display.
2121

2222
=== Connect a display to DISP0/DSI0
2323

24-
To connect a display to DISP0/DSI0 on CM1, CM3 and CM4 IO boards:
24+
To connect a display to `DISP0/DSI0`` on CM1, CM3, and CM4 IO boards:
2525

26-
. Connect the display to the DISP0/DSI0 port on the Compute Module IO board through the 22W to 15W display adapter.
26+
. Connect the display to the `DISP0/DSI0`` port on the Compute Module IO board through the 22W to 15W display adapter.
2727
. Complete the appropriate jumper connections:
2828
- For *CM1*, *CM3*, *CM3+*, and *CM4S*, connect the following GPIO pins with jumper cables:
2929
* `28` to `CD0_SDA`
3030
* `29` to `CD0_SCL`
3131
- For *CM4*, on the Compute Module 4 IO board, add the appropriate jumpers to J6, as indicated on the silkscreen.
3232
. Reconnect the Compute Module to power.
33-
. Add `dtoverlay=vc4-kms-dsi-7inch` to `/boot/firmware/config.txt`:
33+
. Add `dtoverlay=vc4-kms-dsi-7inch` to `/boot/firmware/config.txt`.
3434
. Reboot your Compute Module with `sudo reboot`. Your device should detect and begin displaying output to your display.
3535

3636
=== Disable touchscreen
3737

38-
The touchscreen requires no additional configuration. Connect it to your Compute Module, and both the touchscreen element and display should work once successfully detected.
38+
The touchscreen requires no additional configuration. Connect it to your Compute Module; both the touchscreen element and display work when successfully detected.
3939

4040
To disable the touchscreen element, but still use the display, add the following line to `/boot/firmware/config.txt`:
4141

@@ -55,11 +55,11 @@ ignore_lcd=1
5555

5656
== Attaching the Touch Display 2 LCD panel
5757

58-
Touch Display 2 is an LCD display designed specifically for Raspberry Pi devices (see https://www.raspberrypi.com/products/touch-display-2/). It's available in two sizes: 5 inches or 7 inches (diagonally). For more information about these options, see *Specifications* in xref:../accessories/touch-display-2.adoc[Touch Display 2].
58+
Touch Display 2 is an LCD display designed for Raspberry Pi devices (see https://www.raspberrypi.com/products/touch-display-2/). It's available in two sizes: 5 inches or 7 inches (diagonally). For more information about these options, see *Specifications* in xref:../accessories/touch-display-2.adoc[Touch Display 2].
5959

6060
Regardless of the size that you use, Touch Display 2 connects in the same way as the original Touch Display, but the software setup on Compute Modules is slightly different because it uses a different display driver. For connection details, see *Connectors* in xref:../accessories/touch-display-2.adoc[Touch Display 2].
6161

62-
Edit the `/boot/firmware/config.txt` file and add the following to enable Touch Display 2 on `DISP1/DSI1`. You must also add jumpers to J6 as indicated on the silkscreen.
62+
To enable Touch Display 2 on `DISP1/DSI1`, edit the `/boot/firmware/config.txt` file to add the following. You must also add jumpers to J6 as indicated on the silkscreen.
6363

6464
- For the *5-inch* display: `dtoverlay=vc4-kms-dsi-ili9881-5inch`
6565
- For the *7-inch* display: `dtoverlay=vc4-kms-dsi-ili9881-7inch`

0 commit comments

Comments
 (0)