Skip to content

Commit 79aec6a

Browse files
committed
Images added
1 parent 6cb7bdf commit 79aec6a

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

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

+4
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ tags: [Display, appwizard, segger, GUI]
99

1010
Segger AppWizard is a graphical framework for building powerful UIs, and is fully compatible with the GIGA Display Shield. It allows you to build UIs, using pre-made widgets like buttons, images, loading bars, sliders, checkboxes, etc. It also allows you to fully customize the screen space on the display. In this guide, we will go through some of the different components and interactions, so you can learn how to best use AppWizard for your own projects.
1111

12+
![AppWizard GUI on GIGA Display Shield](assets/thumbnail.png)
13+
1214
Specifically, we will show you how to create a screen with AppWizard that includes some of the most common elements: a button, a text label, a progress bar, and a slider. We will also demonstrate how to export the code from AppWizard and create an Arduino library that implements the designed screen.
1315

1416
## Hardware & Software Needed
@@ -130,6 +132,8 @@ Now the demo sketch should be accessible under the examples tab inside the libra
130132

131133
Now select your board and upload the sketch. The GUI created in AppWizard should now display on the GIGA Display Shield!
132134

135+
![GUI deployed on the GIGA Display](assets/result.png)
136+
133137
### Conclusion
134138

135139
Now you have an idea of how to use the basic features of AppWizard! This tutorial went through how easy it is to import your design to your Arduino board using the Arduino IDE. You are now ready to create your own design and play around with AppWizard!

0 commit comments

Comments
 (0)