Skip to content

Commit 37f8adc

Browse files
Merge pull request #518 from arduino/benjamindannegard/giga-display-shield-tutorial-update
GIGA Display Shield tutorial updates
2 parents bc25b7c + 1ec6354 commit 37f8adc

File tree

5 files changed

+336
-7
lines changed

5 files changed

+336
-7
lines changed
-4.63 KB
Loading

content/hardware/10.mega/image.png

-4.63 KB
Loading

content/hardware/10.mega/shields/giga-display-shield/tutorials/camera-tutorial/content.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,11 @@ The GIGA Display Shield comes with an Arducam camera connector. In this tutorial
1515
- [Arduino GIGA Display Shield]()
1616
- [Arduino IDE](https://www.arduino.cc/en/software)
1717
- HM01B0 or HM0360 camera
18-
- [Arduino_H7_Video library](https://github.com/arduino/ArduinoCore-mbed/tree/main/libraries/Arduino_H7_Video)
1918
- [Arducam_dvp library](https://www.arduino.cc/reference/en/libraries/arducam_dvp/)
2019

2120
## Downloading the Library and Core
2221

23-
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. Now open the library tab on the left, search for **Arducam_dvp**, and install this library.
22+
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 **Arducam_dvp**, and install this library.
2423

2524
![Library tab in the Arduino IDE](assets/ide-library.svg)
2625

content/hardware/10.mega/shields/giga-display-shield/tutorials/image-orientation/content.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,11 @@ Any modern device with a screen uses sensors to determine the correct orientatio
1313
- [Arduino GIGA Display Shield]()
1414
- [Arduino IDE](https://www.arduino.cc/en/software)
1515
- [Arduino_BMI270_BMM150 library](https://reference.arduino.cc/reference/en/libraries/arduino_bmi270_bmm150/)
16-
- [Arduino_H7_Video library](https://github.com/arduino/ArduinoCore-mbed/tree/main/libraries/Arduino_H7_Video)
1716
- [LVGL library](https://reference.arduino.cc/reference/en/libraries/lvgl/)
1817

1918
## Downloading the Library and Core
2019

21-
Make sure the latest GIGA Core is installed in the Arduino IDE. **Tools > Board > Board Manager...**. Here you need to look for the **Arduino Mbed OS Giga Boards** and install it. Now you have to install the library needed for the IMU and the library for handling the image. Go to **Tools > Manage libraries..**, search for **Arduino_BMI270_BMM150**, and install it. This library will help us with reading values from the IMU. Now search for **LVGL**, and install it. This library will be used for the image and rotating it.
20+
Make sure the latest GIGA Core is installed in the Arduino IDE. **Tools > Board > Board Manager...**. Here you need to look for the **Arduino Mbed OS Giga Boards** and install it, the [Arduino_H7_Video library](https://github.com/arduino/ArduinoCore-mbed/tree/main/libraries/Arduino_H7_Video) is included in the core. Now you have to install the library needed for the IMU and the library for handling the image. Go to **Tools > Manage libraries..**, search for **Arduino_BMI270_BMM150**, and install it. This library will help us with reading values from the IMU. Now search for **LVGL**, and install it. This library will be used for the image and rotating it.
2221

2322
## Using the IMU Readings With the Image
2423

0 commit comments

Comments
 (0)