|
1 | 1 | <FeatureDescription>
|
2 | 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. |
| 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. |
4 | 4 |
|
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/). |
6 | 6 |
|
7 | 7 | </FeatureDescription>
|
8 | 8 |
|
9 | 9 | <FeatureList>
|
10 | 10 |
|
11 | 11 | <Feature title="3.97” 480x800 RGB touch screen" image="configurability">
|
12 | 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 | 13 | </Feature>
|
15 | 14 |
|
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"> |
17 | 22 | 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"/> |
19 | 24 | </Feature>
|
20 | 25 |
|
21 | 26 | <Feature title="Bosch BMI270 6 Axis IMU" image="imu">
|
22 | 27 | 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"/> |
24 | 35 | </Feature>
|
25 | 36 |
|
26 | 37 | </FeatureList>
|
0 commit comments