Skip to content

Commit af7f55e

Browse files
Small fix
1 parent 911c792 commit af7f55e

File tree

1 file changed

+2
-2
lines changed
  • content/hardware/10.mega/shields/giga-display-shield/tutorials/10.square-line-tutorial

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: SquareLine Studio With the GIGA Display Shield
3-
description: "Learn how to use SquareLine Studio to create LVGL elements for the GIGA Display Shield"
3+
description: "Learn how to use SquareLine Studio to create LVGL GUIs for the GIGA Display Shield"
44
author: Benjamin Dannegård
55
tags: [Display, squareline, LVGL]
66
---
@@ -16,7 +16,7 @@ The GIGA Display Shield with the GIGA R1 WiFi board can run LVGL which allows fo
1616

1717
## Downloading the Library and Core
1818

19-
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. Go to **Tools > Manage libraries..**, search for [**LVGL**](https://github.com/lvgl/lvgl) and [**Arduino_GigaDisplayTouch**](https://github.com/arduino-libraries/Arduino_GigaDisplayTouch), install both of these libraries.
19+
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. Go to **Tools > Manage libraries..**, search for [**lvgl**](https://github.com/lvgl/lvgl) and [**Arduino_GigaDisplayTouch**](https://github.com/arduino-libraries/Arduino_GigaDisplayTouch), install both of these libraries.
2020

2121
## Using SquareLine Studio
2222

0 commit comments

Comments
 (0)