Skip to content

Commit ea78af8

Browse files
Update content/hardware/10.mega/shields/giga-display-shield/tutorials/09.3d-engine-tutorial/content.md
Co-authored-by: Karl Söderby <[email protected]>
1 parent 8aca77c commit ea78af8

File tree

1 file changed

+3
-1
lines changed
  • content/hardware/10.mega/shields/giga-display-shield/tutorials/09.3d-engine-tutorial

1 file changed

+3
-1
lines changed

content/hardware/10.mega/shields/giga-display-shield/tutorials/09.3d-engine-tutorial/content.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ In this tutorial, we will show you how to make use of these features!
2121

2222
## Downloading the Library and Core
2323

24-
The Arduino Mbed OS Giga Boards core contains most of the libraries you need to work with the shield's camera connector. To install the core for GIGA boards, navigate to **Tools > Board > Boards Manager** or click the Boards Manager icon in the left tab of the IDE. In the Boards Manager tab, search for giga and install the latest Arduino Mbed OS Giga Boards version, the [Arduino_H7_Video library](https://github.com/arduino/ArduinoCore-mbed/tree/main/libraries/Arduino_H7_Video) library is included in the core. Now open the library tab on the left, search for **TinyGL**, **LVGL** and **Arduino_GigaDisplaytouch**. Install these libraries as they are needed for the TinyGL example to work.
24+
The Arduino Mbed OS Giga Boards core contains most of the libraries you need to work with the shield's camera connector. To install the core for GIGA boards, navigate to **Tools > Board > Boards Manager** or click the Boards Manager icon in the left tab of the IDE. In the Boards Manager tab, search for giga and install the latest Arduino Mbed OS Giga Boards version, the [Arduino_H7_Video library](https://github.com/arduino/ArduinoCore-mbed/tree/main/libraries/Arduino_H7_Video) library is included in the core.
25+
26+
To install the required libraries for this tutorail, search for **TinyGL**, **LVGL** and **Arduino_GigaDisplayTouch**. Install these libraries as they are needed for the TinyGL example to work.
2527

2628
## TinyGL
2729

0 commit comments

Comments
 (0)