diff --git a/content/hardware/10.mega/boards/giga-r1-wifi/tutorials/cheat-sheet/cheat-sheet.md b/content/hardware/10.mega/boards/giga-r1-wifi/tutorials/cheat-sheet/cheat-sheet.md
index addf6f78e6..4a574ff77e 100644
--- a/content/hardware/10.mega/boards/giga-r1-wifi/tutorials/cheat-sheet/cheat-sheet.md
+++ b/content/hardware/10.mega/boards/giga-r1-wifi/tutorials/cheat-sheet/cheat-sheet.md
@@ -669,12 +669,14 @@ void loop() {
The **GIGA R1** features two separate SPI (Serial Peripheral Interface) buses, one is configured on the 6 pin header (ICSP) labelled SPI, and the other is broken out into pin connections on the board.
-The first bus (connector), `SPI1` uses the following pins:
+The first bus which has a dedicated SPI header, `SPI1`, uses the following pins:
- (CIPO) - D89
- (COPI) - D90
- (SCK) - D91
- (CS) - unassigned, use any free GPIO for this.
+
+***Please note that the SPI header provides a 5 V pin. Make sure that the SPI device you are connecting supports an input voltage of 5 V. If you have an SPI device that supports 3.3 V only, use the `SPI5` port (see below).***
The second bus (header), `SPI5`, uses the following pins:
diff --git a/content/hardware/10.mega/shields/giga-display-shield/tutorials/01.getting-started/assets/camera-connected.png b/content/hardware/10.mega/shields/giga-display-shield/tutorials/01.getting-started/assets/camera-connected.png
new file mode 100644
index 0000000000..28cdd2132e
Binary files /dev/null and b/content/hardware/10.mega/shields/giga-display-shield/tutorials/01.getting-started/assets/camera-connected.png differ
diff --git a/content/hardware/10.mega/shields/giga-display-shield/tutorials/01.getting-started/getting-started.md b/content/hardware/10.mega/shields/giga-display-shield/tutorials/01.getting-started/getting-started.md
index 9c66178b15..4293118590 100644
--- a/content/hardware/10.mega/shields/giga-display-shield/tutorials/01.getting-started/getting-started.md
+++ b/content/hardware/10.mega/shields/giga-display-shield/tutorials/01.getting-started/getting-started.md
@@ -106,7 +106,11 @@ This makes it possible to freely use the GIGA R1 WiFi's pins while the display s
Located on the top side of the shield is a 20 pin camera connector, which is ArducamĀ® compatible and supports a wide range of cameras. The connector is connected to the [GIGA R1 WiFi's camera connector](/tutorials/giga-r1-wifi/giga-camera#camera-connector), and is compatible with a wide range of cameras ([see Arducam cameras](https://www.arducam.com/camera-for-arduino-giga/)).
-The connector is located just above the display, which makes it possible to see camera's feed directly on the display! Read more about this in the [GIGA Display Camera Connector Guide](/tutorials/giga-display-shield/camera-tutorial), complete with an example.
+The camera can only be mounted **on the front** of the display shield, meaning it only works in selfie mode. Do not attempt to connect the camera from the back. See the image below for how to connect it:
+
+
+
+Read more about this in the [GIGA Display Camera Connector Guide](/tutorials/giga-display-shield/camera-tutorial), complete with an example.
## IMU
diff --git a/content/hardware/10.mega/shields/giga-display-shield/tutorials/08.camera-tutorial/assets/camera-connected.png b/content/hardware/10.mega/shields/giga-display-shield/tutorials/08.camera-tutorial/assets/camera-connected.png
new file mode 100644
index 0000000000..28cdd2132e
Binary files /dev/null and b/content/hardware/10.mega/shields/giga-display-shield/tutorials/08.camera-tutorial/assets/camera-connected.png differ
diff --git a/content/hardware/10.mega/shields/giga-display-shield/tutorials/08.camera-tutorial/assets/camera-connected.svg b/content/hardware/10.mega/shields/giga-display-shield/tutorials/08.camera-tutorial/assets/camera-connected.svg
deleted file mode 100644
index d4dcd26c0d..0000000000
--- a/content/hardware/10.mega/shields/giga-display-shield/tutorials/08.camera-tutorial/assets/camera-connected.svg
+++ /dev/null
@@ -1,14 +0,0 @@
-
diff --git a/content/hardware/10.mega/shields/giga-display-shield/tutorials/08.camera-tutorial/assets/ide-example.png b/content/hardware/10.mega/shields/giga-display-shield/tutorials/08.camera-tutorial/assets/ide-example.png
new file mode 100644
index 0000000000..211c8040aa
Binary files /dev/null and b/content/hardware/10.mega/shields/giga-display-shield/tutorials/08.camera-tutorial/assets/ide-example.png differ
diff --git a/content/hardware/10.mega/shields/giga-display-shield/tutorials/08.camera-tutorial/assets/ide-example.svg b/content/hardware/10.mega/shields/giga-display-shield/tutorials/08.camera-tutorial/assets/ide-example.svg
deleted file mode 100644
index 34e6cf5044..0000000000
--- a/content/hardware/10.mega/shields/giga-display-shield/tutorials/08.camera-tutorial/assets/ide-example.svg
+++ /dev/null
@@ -1,27 +0,0 @@
-
diff --git a/content/hardware/10.mega/shields/giga-display-shield/tutorials/08.camera-tutorial/assets/ide-library.png b/content/hardware/10.mega/shields/giga-display-shield/tutorials/08.camera-tutorial/assets/ide-library.png
new file mode 100644
index 0000000000..b06275556d
Binary files /dev/null and b/content/hardware/10.mega/shields/giga-display-shield/tutorials/08.camera-tutorial/assets/ide-library.png differ
diff --git a/content/hardware/10.mega/shields/giga-display-shield/tutorials/08.camera-tutorial/assets/ide-library.svg b/content/hardware/10.mega/shields/giga-display-shield/tutorials/08.camera-tutorial/assets/ide-library.svg
deleted file mode 100644
index 681d43bbf7..0000000000
--- a/content/hardware/10.mega/shields/giga-display-shield/tutorials/08.camera-tutorial/assets/ide-library.svg
+++ /dev/null
@@ -1,27 +0,0 @@
-
diff --git a/content/hardware/10.mega/shields/giga-display-shield/tutorials/08.camera-tutorial/content.md b/content/hardware/10.mega/shields/giga-display-shield/tutorials/08.camera-tutorial/content.md
index 3b61d83939..c9306e909f 100644
--- a/content/hardware/10.mega/shields/giga-display-shield/tutorials/08.camera-tutorial/content.md
+++ b/content/hardware/10.mega/shields/giga-display-shield/tutorials/08.camera-tutorial/content.md
@@ -20,7 +20,7 @@ The GIGA Display Shield comes with an ArducamĀ® camera connector. In this tutori
The Arduino Mbed OS Giga Boards core contains most of the libraries you need to work with the shield's camera connector. To install the core for GIGA boards, navigate to **Tools > Board > Boards Manager** or click the Boards Manager icon in the left tab of the IDE. In the Boards Manager tab, search for giga and install the latest Arduino Mbed OS Giga Boards version, the [Arduino_H7_Video library](https://github.com/arduino/ArduinoCore-mbed/tree/main/libraries/Arduino_H7_Video) library is included in the core. Now open the library tab on the left, search for [**Arducam_dvp**](https://www.arduino.cc/reference/en/libraries/arducam_dvp/), and install this library.
-
+
## Compatible Cameras
@@ -33,7 +33,7 @@ The GIGA Display Shield is compatible with the following cameras:
Connect the camera to the connector on the front of the display shield as shown in the image below.
-
+
***Note the direction of the shield, physically the connector can be plugged in from both directions, but it will only work when facing the same direction as the display.***
@@ -41,7 +41,7 @@ Connect the camera to the connector on the front of the display shield as shown
Open the example sketch by going to **File > Examples > Camera > GigaCameraDisplay** in the Arduino IDE.
-
+
Whichever of the compatible cameras you are using the sketch will include libraries and definitions for them all, meaning only one line needs to be changed depending on what camera you will be using. The line that needs to be changed is this one: