Skip to content

Commit bc19de2

Browse files
committed
review comments from DaveS
1 parent e16b709 commit bc19de2

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,15 @@ dtoverlay=vc4-kms-dsi-7inch
2626

2727
=== Connect a display to DISP0/DSI0
2828

29-
To connect a display to DISP0/DSI0:
29+
To connect a display to DISP0/DSI0 on CM1, CM3 and CM4 IO boards:
3030

3131
. Connect the display to the DISP0/DSI0 port on the Compute Module IO board through the 22W to 15W display adapter.
3232
. _(CM1, CM3, CM3+, and CM4S only)_: Connect the following GPIO pins with jumper cables:
3333
* `28` to `CD0_SDA`
3434
* `29` to `CD0_SCL`
3535

36+
. _(CM4 only)_ On the Compute Module 4 IO board, add the appropriate jumpers to J6, as indicated on the silkscreen.
37+
3638
. Reconnect the Compute Module to power.
3739
. Add the following line to `/boot/firmware/config.txt`:
3840
+
@@ -64,16 +66,16 @@ ignore_lcd=1
6466

6567
== Attaching the Touch Display 2 LCD panel
6668

67-
Touch Display 2 is a 720x1280 7" LCD display designed specifically for Raspberry Pi devices (see https://www.raspberrypi.com/products/touch-display-2/). It connects in much the same way as the original touch display, but the software setup on Compute Modules is slightly different as it uses a different display driver. See xref:../accessories/touch-display-2.adoc[Touch Display 2] for connection details.
69+
Touch Display 2 is a 720x1280 7" LCD display designed specifically for Raspberry Pi devices (see https://www.raspberrypi.com/products/touch-display-2/). It connects in the same way as the original touch display, but the software setup on Compute Modules is slightly different as it uses a different display driver. See xref:../accessories/touch-display-2.adoc[Touch Display 2] for connection details.
6870

69-
Edit the /boot/firmware/config.txt file and add the following to enable Touch Display 2 on DISP1/DSI1.
71+
Edit the /boot/firmware/config.txt file and add the following to enable Touch Display 2 on DISP1/DSI1. You will also need to add jumpers to J6 as indicated on the silkscreen.
7072

7173
[source,ini]
7274
----
7375
dtoverlay=vc4-kms-dsi-ili9881-7inch
7476
----
7577

76-
To use DISP0/DSI0 use the following:
78+
To use DISP0/DSI0, use the following:
7779

7880
[source,ini]
7981
----

0 commit comments

Comments
 (0)