diff --git a/content/hardware/10.mega/shields/giga-display-shield/product.md b/content/hardware/10.mega/shields/giga-display-shield/product.md index 0b0238b1ef..39c71e9edf 100644 --- a/content/hardware/10.mega/shields/giga-display-shield/product.md +++ b/content/hardware/10.mega/shields/giga-display-shield/product.md @@ -5,4 +5,6 @@ url_guide: /tutorials/giga-display-shield/getting-started certifications: [CE, UKCA] --- -The **GIGA Display Shield** is a touch screen solution for quickly and easily deploying UI and visual solutions to your [GIGA R1 WiFi](/hardware/giga-r1-wifi) projects, with a 800x480 RGB touch display and support for several UI building frameworks. \ No newline at end of file +The **GIGA Display Shield** is a touch screen solution for quickly and easily deploying UI and visual solutions to your [GIGA R1 WiFi](/hardware/giga-r1-wifi) projects, with a 800x480 RGB touch display and support for several UI building frameworks. + +[3D printable enclosure for Arduino GIGA R1 WiFi and GIGA Display Shield can be found here.](https://www.printables.com/model/605051-enclosure-for-arduino-giga-and-giga-display-shield) \ No newline at end of file diff --git a/content/hardware/10.mega/shields/giga-display-shield/tutorials/06.image-orientation/assets/imu-axis.svg b/content/hardware/10.mega/shields/giga-display-shield/tutorials/06.image-orientation/assets/imu-axis.svg new file mode 100644 index 0000000000..212cd499cf --- /dev/null +++ b/content/hardware/10.mega/shields/giga-display-shield/tutorials/06.image-orientation/assets/imu-axis.svg @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/content/hardware/10.mega/shields/giga-display-shield/tutorials/06.image-orientation/content.md b/content/hardware/10.mega/shields/giga-display-shield/tutorials/06.image-orientation/content.md index cb7c175ffe..c99e6d729a 100644 --- a/content/hardware/10.mega/shields/giga-display-shield/tutorials/06.image-orientation/content.md +++ b/content/hardware/10.mega/shields/giga-display-shield/tutorials/06.image-orientation/content.md @@ -108,6 +108,8 @@ void loop(){ } ``` +![Illustration of GIGA Display Shield accelerometer axis](assets/imu-axis.svg) + ### Full Sketch Please note that the image that you want to use with the sketch needs to be in the same folder as the sketch for it to work. It should look like the image below: