Skip to content

Commit 9a3687f

Browse files
Skeleton
1 parent f46e73f commit 9a3687f

File tree

1 file changed

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

1 file changed

+32
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
title: Square Line With the GIGA Display Shield
3+
description: "Learn how to use Square Line to create LVGL elements for the GIGA Display Shield"
4+
author: Benjamin Dannegård
5+
tags: [Display, square line, LVGL]
6+
---
7+
8+
9+
10+
## Hardware & Software Needed
11+
12+
- [Arduino GIGA R1 WiFi](https://store.arduino.cc/products/giga-r1-wifi)
13+
- [Arduino GIGA Display Shield](https://store.arduino.cc/products/giga-display-shield)
14+
- [Arduino IDE](https://www.arduino.cc/en/software)
15+
16+
## Downloading the Library and Core
17+
18+
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**, and install it.
19+
20+
## Downloading Square Line
21+
22+
23+
### Using Square Line
24+
25+
26+
### Running the Square Line Project on Arduino IDE
27+
28+
### Results
29+
30+
## Testing It Out
31+
32+

0 commit comments

Comments
 (0)