Skip to content

Commit fb77010

Browse files
Fixed linter issues
1 parent 0e51356 commit fb77010

File tree

1 file changed

+3
-3
lines changed
  • content/hardware/10.mega/shields/giga-display-shield/tutorials/13.appwizard-guide

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: GIGA Display Shield app wizard Guide
2+
title: GIGA Display Shield App Wizard Guide
33
description: 'Learn how to use Seggers App Wizard with the GIGA Display Shield.'
44
author: Benjamin Dannegård
55
tags: [Display, appwizard, segger, GUI]
@@ -28,7 +28,7 @@ In this guide, we will be using three different libraries:
2828

2929
To install this, open the library manager and install the latest version by searching for **"Arduino_GigaDisplayTouch"**.
3030

31-
## Creating an App Wizard project
31+
## Creating an App Wizard Project
3232

3333
First go to **File -> New Project** to start your new project. Here we need to configure certain settings so it will work on the GIGA Display Shield. Set the display size x to **480** and display size y to **800**. Then we need to disable the **Enable simulation** and **Generate loop in MainTask()** options. It should look like the image below.
3434

@@ -95,7 +95,7 @@ Now to add the interaction that will fill the gauge when the slider is moved. Fi
9595

9696
![Image of all the interactions](assets/appwizard-final-project.png)
9797

98-
## Exporting the project
98+
## Exporting the Project
9999

100100
In AppWizard, go to **File -> Export & Save** in the upper left of the window. Now open the folder of the project. Create a new folder which we will put the exported files into, in this new folder create another folder named **src**. Now from the exported project folder, copy the content from the **Resource** and **Source** folders into the newly created **src** folder. Take all the files out of the folders before putting them in the **src** folder, if you have any folders inside of the **src** folder it will not import into the Arduino IDE later.
101101

0 commit comments

Comments
 (0)