Skip to content

Commit 53c1958

Browse files
Added new section
1 parent 424a012 commit 53c1958

File tree

1 file changed

+5
-5
lines changed
  • content/hardware/09.mega/shields/giga-display-shield/tutorials/lvgl-guide

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ LVGL is a very powerful graphical framework that is compatible with the Giga Dis
1919

2020
## Downloading the Library and Core
2121

22-
The Giga core includes a library that will help us handle the display so make sure you have the latest version of the core. This library is called **Arduino_H7_Video**.
22+
The Giga core includes a library that will help us handle the display, so make sure you have the latest version of the core. This library is called **Arduino_H7_Video**.
2323

24-
In this guide we will be using three different libraries:
24+
In this guide, we will be using three different libraries:
2525
- **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)
2626
- **Arduino_GigaDisplayTouch**
2727
- **lvgl**
2828

29-
Open the library manager and install the latest version of **Arduino_GigaDisplayTouch** and **lvgl** .
29+
Open the library manager and install the latest version of **Arduino_GigaDisplayTouch** and **lvgl**.
3030

3131
In the sketch include the libraries like this:
3232

@@ -366,5 +366,5 @@ This guide went through the building blocks of the different components that can
366366
![Example in the IDE](assets/example-in-ide.svg)
367367
This example sketch will show the different components in a 2x2 grid.
368368

369-
## Next step
370-
If you are interested in finding out how to use LVGL with the on-board IMU check out our [Orientation tutorial](). There are more features of the display shield to discover, for example using the camera connector. For more information on that have a look at our [Camera tutorial](). LVGL has a lot of customizibality, if you are interested in playing around more with this, you can find many different examples on the official website for [LVGL](https://docs.lvgl.io/master/examples.html). These can easily be put in a sketch for the display shield, just remember to use the display specific configuration that was shown at the [start of this tutorial](#Display Shield Configuration).
369+
## Next Step
370+
If you are interested in finding out how to use LVGL with the on-board IMU check out our [Orientation tutorial](). There are more features of the display shield to discover, for example using the camera connector. For more information on that have a look at our [Camera tutorial](). LVGL has a lot of customizability, if you are interested in playing around more with this, you can find many different examples on the official website for [LVGL](https://docs.lvgl.io/master/examples.html). These can easily be put in a sketch for the display shield just remember to use the display-specific configuration that was shown at the [start of this tutorial](#Display Shield Configuration).

0 commit comments

Comments
 (0)