Skip to content

Commit 483c4bd

Browse files
Merge pull request #483 from arduino/benjamindannegard/giga-display-shield-product-page-update
Benjamindannegard/giga display shield product page update
2 parents f1e4ec7 + 2e3c02e commit 483c4bd

File tree

20 files changed

+64
-67
lines changed

20 files changed

+64
-67
lines changed

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

Lines changed: 0 additions & 31 deletions
This file was deleted.

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

Lines changed: 0 additions & 10 deletions
This file was deleted.

content/hardware/09.mega/shields/giga-display-shield/compatibility.yml renamed to content/hardware/10.mega/shields/giga-display-shield/compatibility.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ software:
44
- web-editor
55
hardware:
66
boards:
7-
- GIGA R1 WiFi
7+
- giga-r1-wifi
88
carriers: ~
99
shields: ~

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
<EssentialsColumn title="First Steps">
2-
<EssentialElement title="Quickstart Guide" type="getting-started">
3-
A quick guide to installing your board with the Arduino IDE.
2+
<EssentialElement title="Quickstart Guide" type="getting-started" link="/tutorials/giga-display-shield/basic-draw">
3+
A quick guide on how to use the GIGA Display Shield.
44
</EssentialElement>
55

66
</EssentialsColumn>
77

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

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<FeatureDescription>
2+
3+
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.
4+
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.
6+
7+
</FeatureDescription>
8+
9+
<FeatureList>
10+
11+
<Feature title="3.97” 480x800 RGB touch screen" image="configurability">
12+
A back-light screen with the resolution of a 4.0" TFT-LCD which contains 480x800 pixels, and can display up to 16.7M colors.
13+
<FeatureLink title="" url=""/>
14+
</Feature>
15+
16+
<Feature title="MP34DT06JTR Digital microphone" image="microphone">
17+
The microphone on the shield is an ultra-compact, low-power, omnidirectional, digital MEMS microphone built with a capacitive sensing element and an IC interface.
18+
<FeatureLink title="datasheet" url="https://eu.mouser.com/datasheet/2/389/mp34dt06j-1387393.pdf"/>
19+
</Feature>
20+
21+
<Feature title="Bosch BMI270 6 Axis IMU" image="imu">
22+
The shield has an IMU that can provide precise acceleration, angular rate measurement and intelligent on-chip motion-triggered interrupt features.
23+
<FeatureLink title="datasheet" url="https://www.bosch-sensortec.com/media/boschsensortec/downloads/datasheets/bst-bmi270-ds000.pdf"/>
24+
</Feature>
25+
26+
</FeatureList>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: GIGA Display Shield
3+
url_shop: https://store.arduino.cc/
4+
url_guide: /tutorials/basic-draw
5+
core: arduino:mbed_giga
6+
---
7+
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/tech-specs.yml renamed to content/hardware/10.mega/shields/giga-display-shield/tech-specs.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,22 @@ Board:
22
Name: Arduino® GIGA Display Shield
33
SKU: ASX00039
44
Connectors:
5-
Camera:
6-
Display: 3.97”, 480x800 RGB
5+
Camera: SOCKET 2ROW 20POS VERTICAL PASS THROUGH
6+
Display Video: F32Q-1A7H1-11020
7+
Display Touch: F32Q-1A7H1-11008
8+
Display:
9+
Size: 3.97”
10+
Resolution: 480x800 RGB
11+
Color: 16.7M
12+
Touch Mode: Five points and Gestures
13+
Interface: I2C
714
Sensors:
815
IMU: BMI270
916
Microphone: MP34DT06JTR
1017
Power:
1118
Circuit operating voltage:
1219
Input voltage (VIN):
1320
DC Current per I/O Pin:
14-
Clock speed:
15-
Main core:
16-
Second core:
17-
Memory:
18-
STM32H747XI:
1921
Dimensions:
2022
Width:
2123
Length:

0 commit comments

Comments
 (0)