You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/hardware/10.mega/shields/giga-display-shield/tutorials/getting-started/getting-started.md
+10-7Lines changed: 10 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -2,16 +2,19 @@
2
2
title: 'Getting Started with the GIGA Display Shield'
3
3
description: 'Learn how to set up and use the GIGA Display Shield and get an overview of the features.'
4
4
author: 'Karl Söderby'
5
+
hardware:
6
+
- hardware/08.mega/boards/giga-r1-wifi
7
+
- hardware/08.mega/shields/giga-display-shield
5
8
tags: [Displays, LVGL, GIGA, IMU]
6
9
---
7
10
8
-
The [GIGA Display Shield](/hardware/giga-display-shield) is an accessory shield designed for the [GIGA R1 WiFi](/hardware/giga-r1) board. With it, you can render fast & sophisticated user interfaces on a **800x480** display with **touch support**.
11
+
The [GIGA Display Shield](/hardware/giga-display-shield) is an accessory shield designed for the [GIGA R1 WiFi](/hardware/giga-r1-wifi) board. With it, you can render fast & sophisticated user interfaces on a **800x480** display with **touch support**.
9
12
10
13
In this guide you will learn how to set your board up with the GIGA R1 WiFi board & become familiar with the available libraries to control it.
@@ -34,7 +37,7 @@ The GIGA Display Shield requires you to install the core for GIGA boards, along
34
37
35
38
### Install GIGA Core
36
39
37
-
To use the shield you will need to have a GIGA R1 WiFi board. To use the GIGA R1 WiFi, you will need to install the **GIGA core**, which can be done directly in the Arduino IDE, under "Board Manager".
40
+
To use the shield you will need a GIGA R1 WiFi board. You also need to install the **GIGA core**, which can be done directly in the Arduino IDE, under "Board Manager".
38
41
39
42

40
43
@@ -81,7 +84,7 @@ To access **BMI270**, use the [BMI270-250](https://www.arduino.cc/reference/en/l
81
84
BoschSensorClass imu(Wire1);
82
85
```
83
86
84
-
Note that the examples uses the default `IMU` (uppercase) class, which you will need to replace. Example:
87
+
Note that the examples use the default `IMU` (uppercase) class, which you will need to replace. Example:
This shield has an embedded omnidirectional microphone, **MP34DT06JTR**, which can be used to together with the [PDM](https://docs.arduino.cc/learn/built-in-libraries/pdm) library. This library is shipped with the GIGA core, so there's no need to install it.
96
+
This shield has an embedded omnidirectional microphone, **MP34DT06JTR**, which can be used together with the [PDM](https://docs.arduino.cc/learn/built-in-libraries/pdm) library. This library is shipped with the GIGA core, so there's no need to manually install it.
94
97
95
-
Below is a minimal sketch that will print out the samples in the serial plotter (a tool that is part of the Arduino IDE).
98
+
Below is a minimal sketch that will print out the samples in the serial plotter (See [Using the Serial Plotter Tool](/software/ide-v2/tutorials/ide-v2-serial-plotter) for more information).
In this guide we have covered the requirements & installation needs for using the GIGA Display Shield, as well as demonstrating how to access the RGB, IMU & Microphone peripherals.
125
+
In this guide we covered the requirements & installation needs for using the GIGA Display Shield, as well as demonstrating how to access the RGB, IMU & Microphone peripherals.
123
126
124
127
For more tutorials, visit the [documentation page for GIGA Display Shield](/hardware/giga-display-shield).
0 commit comments