You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/hardware/10.mega/shields/giga-display-shield/tutorials/basic-draw-and-image/content.md
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,8 @@ title: Using Draw and Image Functions with the GIGA Display Shield
3
3
description: 'Learn how to use basic draw functions to create and display images on the GIGA Display Shield.'
4
4
author: Benjamin Dannegård
5
5
hardware:
6
-
- hardware/08.mega/boards/giga-r1-wifi
7
-
- hardware/08.mega/shields/giga-display-shield
6
+
- hardware/10.mega/boards/giga-r1-wifi
7
+
- hardware/10.mega/shields/giga-display-shield
8
8
tags: [Display, Draw]
9
9
---
10
10
@@ -140,7 +140,9 @@ Using an online image converter you can pick any image you would like to be disp
140
140
141
141
We will be using the example sketch "ArduinoLogo" as the basis for the sketch that lets us display an image. The example sketch can be found under **File->Examples->Arduino_H7_Video->ArduinoLogo**.
142
142
143
-
Running the example sketch as is will display the Arduino logo on the screen, like in the image shown above.
143
+
Running the example sketch as is will display the Arduino logo on the screen, like in the image below:
144
+
145
+
[Arduino Logo on the GIGA Display Shield](assets/logo-img.svg)
144
146
145
147
Now to use the image that we converted in the last step. Use the macro inside the example sketch. This makes use of the `incbin.h` translation library. The necessary files are located in the folder for the example sketch.
0 commit comments