Skip to content

Commit 812a52e

Browse files
authored
Merge pull request #526 from arduino/karlsoderby/gds-prod-review
[GIGA Display] PP review
2 parents 82fdec8 + 1128ecb commit 812a52e

File tree

3 files changed

+22
-15
lines changed

3 files changed

+22
-15
lines changed
Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,37 @@
11
<FeatureDescription>
22

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.
3+
The GIGA Display Shield has a 3.97” 480x800 RGB touch screen, a digital microphone, a 6 Axis IMU and an RGB. The shield can easily be mounted on the GIGA R1 WiFi board.
44

5-
Using the fast dual core microcontroller (480 MHz / 240 MHz) of the GIGA R1 WiFi, powerful visual solutions can be developed using the LVGL library or the ArduinoGraphics library.
5+
Utilizing the GIGA R1 WiFi's fast 480 MHz microcontroller, you can build powerful UIs, use interactive 3D animations, display camera feed and much more. The shield is compatible with a wide range of graphics libraries, including [LVGL](https://github.com/lvgl/lvgl), [GFX](https://github.com/bcmi-labs/Arduino_GigaDisplay_GFX/) and [ArduinoGraphics](https://github.com/arduino-libraries/ArduinoGraphics/).
66

77
</FeatureDescription>
88

99
<FeatureList>
1010

1111
<Feature title="3.97” 480x800 RGB touch screen" image="configurability">
1212
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=""/>
1413
</Feature>
1514

16-
<Feature title="MP34DT06JTR Digital microphone" image="microphone">
15+
<Feature title="LVGL" image="configurability">
16+
LVGL is a framework for creating sophisticated UIs, supporting animations, touch and with a large set of widgets to choose from.
17+
<FeatureLink title="LVGL Guide" url="/tutorials/giga-display-shield/lvgl-guide"/>
18+
<FeatureLink title="LVGL Docs (external)" url="https://docs.lvgl.io/master/"/>
19+
</Feature>
20+
21+
<Feature title="MP34DT06JTR Digital Microphone" image="microphone">
1722
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"/>
23+
<FeatureLink title="Microphone LVGL Guide" url="/tutorials/giga-display-shield/microphone-tutorial"/>
1924
</Feature>
2025

2126
<Feature title="Bosch BMI270 6 Axis IMU" image="imu">
2227
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"/>
28+
<FeatureLink title="IMU LVGL Guide" url="/tutorials/giga-display-shield/image-orientation"/>
29+
<FeatureLink title="Library Docs" url="https://www.arduino.cc/reference/en/libraries/arduino_bmi270_bmm150/"/>
30+
</Feature>
31+
32+
<Feature title="Camera Support" image="camera">
33+
This shield has a camera connector with support for a range of ArduCam cameras. Display the camera feed directly on the display!
34+
<FeatureLink title="Camera Guide" url="/tutorials/giga-display-shield/camera-tutorial"/>
2435
</Feature>
2536

2637
</FeatureList>
Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
---
22
title: GIGA Display Shield
33
url_shop: https://store.arduino.cc/
4-
url_guide: /tutorials/getting-started
5-
core: arduino:mbed_giga
4+
url_guide: /tutorials/giga-display-shield/getting-started
65
---
76

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).
7+
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.

content/hardware/10.mega/shields/giga-display-shield/tech-specs.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ Sensors:
1717
Pins:
1818
LED: 1 RGB LED (I2C)
1919
Power:
20-
Circuit operating voltage:
21-
Input voltage (VIN):
22-
DC Current per I/O Pin:
20+
Circuit operating voltage: 3.3V
2321
Dimensions:
24-
Width:
25-
Length:
22+
Width: 80 mm
23+
Length: 106 mm

0 commit comments

Comments
 (0)