@@ -15,23 +15,31 @@ A back-light screen with the resolution of a 4.0” TFT-LCD which contains 480x8
15
15
<Feature title =" LVGL " image =" configurability " >
16
16
LVGL is a framework for creating sophisticated UIs, supporting animations, touch and with a large set of widgets to choose from.
17
17
<FeatureLink title =" LVGL Guide " url =" /tutorials/giga-display-shield/lvgl-guide " />
18
- <FeatureLink title =" LVGL Docs (external) " url =" https://docs.lvgl.io/master/ " />
18
+ </Feature >
19
+
20
+ <Feature title =" GFX " image =" configurability " >
21
+ Draw on the display with the easy-to-use and well documented GFX library.
22
+ <FeatureLink title =" GFX Guide " url =" /tutorials/giga-display-shield/gfx-guide " />
19
23
</Feature >
20
24
21
25
<Feature title =" MP34DT06JTR Digital Microphone " image =" microphone " >
22
26
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.
23
- <FeatureLink title =" Microphone LVGL Guide " url =" /tutorials/giga-display-shield/microphone-tutorial " />
27
+ <FeatureLink title =" Microphone Guide " url =" /tutorials/giga-display-shield/microphone-tutorial " />
24
28
</Feature >
25
29
26
30
<Feature title =" Bosch BMI270 6 Axis IMU " image =" imu " >
27
31
The shield has an IMU that can provide precise acceleration, angular rate measurement and intelligent on-chip motion-triggered interrupt features.
28
32
<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
33
</Feature >
31
34
32
35
<Feature title =" Camera Support " image =" camera " >
33
36
This shield has a camera connector with support for a range of Arducam® cameras. Display the camera feed directly on the display!
34
37
<FeatureLink title =" Camera Guide " url =" /tutorials/giga-display-shield/camera-tutorial " />
35
38
</Feature >
36
39
40
+ <Feature title =" RGB " image =" led " >
41
+ This shield has a built-in RGB LED that is controlled via an I2C interface.
42
+ <FeatureLink title =" RGB Docs " url =" /tutorials/giga-display-shield/getting-started#rgb " />
43
+ </Feature >
44
+
37
45
</FeatureList >
0 commit comments