Skip to content

Commit 4729dcc

Browse files
Updates from review
1 parent 743c7b2 commit 4729dcc

File tree

5 files changed

+12
-17
lines changed

5 files changed

+12
-17
lines changed

content/hardware/09.mega/shields/giga-display-shield/essentials.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
<EssentialsColumn title="Suggested Libraries">
99

1010
<EssentialElement link="https://github.com/arduino-libraries/Arduino_GigaDisplayTouch/" title="Arduino_GigaDisplayTouch" type="library">
11-
The library manages the touch controller of the Giga Display Shield.
11+
The library manages the touch controller of the GIGA Display Shield.
1212
</EssentialElement>
1313

1414
<EssentialElement link="https://github.com/arduino-libraries/ArduinoGraphics" title="Arduino Graphics" type="library">
15-
A Library with graphical features to produce visuals on the Giga Display Shield.
15+
A Library with graphical features to produce visuals on the GIGA Display Shield.
1616
</EssentialElement>
1717

1818
<EssentialElement link="https://github.com/arduino-libraries/Arduino_BMI270_BMM150" title="Arduino_BMI270_BMM150.h" type="library">
19-
A Library for using the IMU sensor on the Giga Display Shield.
19+
A Library for using the IMU sensor on the GIGA Display Shield.
2020
</EssentialElement>
2121

2222

content/hardware/09.mega/shields/giga-display-shield/features.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,12 @@
22

33
The GIGA Display Shield comes with a 3.97” 480x800 RGB touch screen, a digital microphone and on-board IMU, that can easily be mounted on the GIGA R1 WiFi board. An arducam connector is located at the top of the shield.
44

5-
Using the fast dual core microcontroller (480MHz / 240MHz) of the GIGA R1 WiFi powerful visual solutions can be developed using the LVGL library or the Arduino_Graphics library.
5+
Using the fast dual core microcontroller (480MHz / 240MHz) of the GIGA R1 WiFi powerful visual solutions can be developed using the LVGL library or the ArduinoGraphics library.
66

77
</FeatureDescription>
88

99
<FeatureList>
1010

11-
<Feature title="Cheat Sheet" image="mega-form-factor">
12-
A reference to all technical features on this board, with pointers to additional documents.
13-
<FeatureLink title="Cheat Sheet" url="/tutorials/giga-r1-wifi/cheat-sheet"/>
14-
</Feature>
15-
1611
<Feature title="3.97” 480x800 RGB touch screen" image="">
1712

1813
<FeatureLink title="" url=""/>
@@ -23,7 +18,7 @@ The microphone on the shield is an ultra-compact, low-power, omnidirectional, di
2318
<FeatureLink title="datasheet" url="https://eu.mouser.com/datasheet/2/389/mp34dt06j-1387393.pdf"/>
2419
</Feature>
2520

26-
<Feature title="Bosch BMI270 6 Axis IMU" image="IMU">
21+
<Feature title="Bosch BMI270 6 Axis IMU" image="imu">
2722
The shield has an IMU that can provide precise acceleration, angular rate measurement and intelligent on-chip motion-triggered interrupt features.
2823
<FeatureLink title="datasheet" url="https://www.bosch-sensortec.com/media/boschsensortec/downloads/datasheets/bst-bmi270-ds000.pdf"/>
2924
</Feature>

content/hardware/09.mega/shields/giga-display-shield/product.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ url_guide: /tutorials/giga-r1-wifi/giga-getting-started
55
core: arduino:mbed_giga
66
---
77

8-
The **GIGA Display Shield** is a touch screen solution for quickly and easily deploy UI to your Giga R1 projects.
9-
Featuring a 3.97” 480x800 RGB touch screen. Arducam 20 pin camera connector. Digital microphone (MP34DT06JTR). 6 Axis IMU (Bosch BMI270).
8+
The **GIGA Display Shield** is a touch screen solution for quickly and easily deploying UI to your GIGA R1 projects.
9+
Featuring a 3.97” 480x800 RGB touch screen, an Arducam 20 pin camera connector, a Digital microphone (MP34DT06JTR) and a 6 Axis IMU (Bosch BMI270).

content/hardware/09.mega/shields/giga-display-shield/tutorials/drawing-basics/basic-draw.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ The most basic use of the Giga display shield is to draw an image on the screen
1010
## Hardware & Software Needed
1111

1212
- [GIGA R1 WiFi](/hardware/giga-r1).
13-
- [GIGA Display Shield]()
13+
- [GIGA Display Shield](/hardware/giga-display-shield)
1414
- [Arduino IDE](https://www.arduino.cc/en/software)
15-
- [ArduinoGraphics library]()
15+
- [ArduinoGraphics library](https://www.arduino.cc/reference/en/libraries/arduinographics/)
1616
- [Library]() library.
1717

1818
## Downloading the Library and Core
@@ -86,7 +86,7 @@ The complete code can be found as an example in the **Arduino_H7_video** library
8686

8787
Now that it is all uploaded your display shield should look like the image below:
8888

89-
![Sketch running on the Giga Display Shield](assets/draw-on-shield.jpg)
89+
![Sketch running on the GIGA Display Shield](assets/draw-on-shield.jpg)
9090

9191

9292
## Conclusion

content/hardware/09.mega/shields/giga-display-shield/tutorials/lvgl-guide/content.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ LVGL is a very powerful graphical framework that is compatible with the Giga Dis
1212
## Hardware & Software Needed
1313

1414
- [GIGA R1 WiFi](/hardware/giga-r1).
15-
- [GIGA Display Shield]()
15+
- [GIGA Display Shield](/hardware/giga-display-shield)
1616
- [Arduino IDE](https://www.arduino.cc/en/software)
1717
- [Arduino_H7_Video]() library.
1818
- [Arduino_GigaDisplayTouch]() library.
1919

2020
## Downloading the Library and Core
2121

22-
The Giga core includes a library that will help us handle the display, so make sure you have the latest version of the core. This library is called **Arduino_H7_Video**.
22+
The GIGA core includes a library that will help us handle the display, so make sure you have the latest version of the core. This library is called **Arduino_H7_Video**.
2323

2424
In this guide, we will be using three different libraries:
2525
- **Arduino_H7_Video**, this one is bundled with the core, so make sure you have the latest version of the [Mbed core](https://github.com/arduino/ArduinoCore-mbed)

0 commit comments

Comments
 (0)