Skip to content

Commit a13065b

Browse files
committed
add pinout, add altium, fix features
1 parent dbfceb8 commit a13065b

File tree

6 files changed

+21
-9
lines changed

6 files changed

+21
-9
lines changed
Loading

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

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,23 @@
1-
<EssentialsColumn title="First Steps">
2-
<EssentialElement title="Quickstart Guide" type="getting-started" link="/tutorials/giga-display-shield/basic-draw">
1+
<EssentialsColumn title="Important Links">
2+
<EssentialElement title="Getting Started" type="getting-started" link="/tutorials/giga-display-shield/getting-started">
33
A quick guide on how to use the GIGA Display Shield.
44
</EssentialElement>
5+
6+
<EssentialElement title="LVGL Documentation" type="library" link="https://docs.lvgl.io/master/">
7+
Visit the LVGL documentation for more details on the LVGL framework (external link).
8+
</EssentialElement>
59

610
</EssentialsColumn>
711

812
<EssentialsColumn title="Suggested Libraries">
913

14+
<EssentialElement link="https://github.com/arduino-libraries/Arduino_GigaDisplay_GFX/" title="Arduino_GigaDisplay_GFX" type="library">
15+
A library based on the popular Adafruit_GFX graphics core library, for drawing on the GIGA Display Shield.
16+
</EssentialElement>
17+
1018
<EssentialElement link="https://github.com/arduino-libraries/Arduino_GigaDisplayTouch/" title="Arduino_GigaDisplayTouch" type="library">
1119
The library manages the touch controller of the GIGA Display Shield.
1220
</EssentialElement>
13-
14-
<EssentialElement link="https://www.arduino.cc/reference/en/libraries/arduinographics/" title="Arduino Graphics" type="library">
15-
A Library with graphical features to produce visuals on the GIGA Display Shield.
16-
</EssentialElement>
1721

1822
<EssentialElement link="https://reference.arduino.cc/reference/en/libraries/arduino_bmi270_bmm150/" title="Arduino_BMI270_BMM150.h" type="library">
1923
A Library for using the IMU sensor on the GIGA Display Shield.

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

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,31 @@ A back-light screen with the resolution of a 4.0” TFT-LCD which contains 480x8
1515
<Feature title="LVGL" image="configurability">
1616
LVGL is a framework for creating sophisticated UIs, supporting animations, touch and with a large set of widgets to choose from.
1717
<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"/>
1923
</Feature>
2024

2125
<Feature title="MP34DT06JTR Digital Microphone" image="microphone">
2226
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"/>
2428
</Feature>
2529

2630
<Feature title="Bosch BMI270 6 Axis IMU" image="imu">
2731
The shield has an IMU that can provide precise acceleration, angular rate measurement and intelligent on-chip motion-triggered interrupt features.
2832
<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/"/>
3033
</Feature>
3134

3235
<Feature title="Camera Support" image="camera">
3336
This shield has a camera connector with support for a range of Arducam® cameras. Display the camera feed directly on the display!
3437
<FeatureLink title="Camera Guide" url="/tutorials/giga-display-shield/camera-tutorial"/>
3538
</Feature>
3639

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+
3745
</FeatureList>
Loading

0 commit comments

Comments
 (0)