Skip to content

Commit 370d306

Browse files
Updated tutorials
1 parent 66f988e commit 370d306

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

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

content/hardware/10.mega/shields/giga-display-shield/tutorials/lvgl-guide/content.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ LVGL is a very powerful graphical framework that is compatible with the GIGA Dis
1414
- [Arduino GIGA R1 WiFi](/hardware/giga-r1)
1515
- [Arduino GIGA Display Shield](/hardware/giga-display-shield)
1616
- [Arduino IDE](https://www.arduino.cc/en/software)
17+
- [LVGL library](https://reference.arduino.cc/reference/en/libraries/lvgl/)
1718
- [Arduino_GigaDisplayTouch](https://github.com/arduino-libraries/Arduino_GigaDisplayTouch) library
1819

1920
## Downloading the Library and Core
@@ -23,7 +24,7 @@ The GIGA core includes a library that will help us handle the display, so make s
2324
In this guide, we will be using three different libraries:
2425
- **[Arduino_H7_Video](https://github.com/arduino/ArduinoCore-mbed/tree/main/libraries/Arduino_H7_Video)**, this one is bundled with the core, so make sure you have the latest version of the [Mbed core](https://github.com/arduino/ArduinoCore-mbed)
2526
- **Arduino_GigaDisplayTouch**
26-
- **lvgl**
27+
- **LVGL**
2728

2829
Open the library manager and install the latest version of **Arduino_GigaDisplayTouch** and **lvgl**.
2930

0 commit comments

Comments
 (0)