Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down