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
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,13 @@ author: 'Karl Söderby'
5
5
tags: [Displays, LVGL, GIGA, IMU]
6
6
---
7
7
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**.
8
+
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
9
10
10
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 +34,7 @@ The GIGA Display Shield requires you to install the core for GIGA boards, along
34
34
35
35
### Install GIGA Core
36
36
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".
37
+
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
38
39
39

40
40
@@ -81,7 +81,7 @@ To access **BMI270**, use the [BMI270-250](https://www.arduino.cc/reference/en/l
81
81
BoschSensorClass imu(Wire1);
82
82
```
83
83
84
-
Note that the examples uses the default `IMU` (uppercase) class, which you will need to replace. Example:
84
+
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.
93
+
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
94
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).
95
+
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).
0 commit comments