Skip to content

Commit 654d4bc

Browse files
Added image
1 parent 655ba18 commit 654d4bc

File tree

2 files changed

+20
-3
lines changed
  • content/hardware/10.mega/shields/giga-display-shield/tutorials/basic-draw-and-image

2 files changed

+20
-3
lines changed

content/hardware/10.mega/shields/giga-display-shield/tutorials/basic-draw-and-image/assets/logo-img.svg

Lines changed: 15 additions & 0 deletions
Loading

content/hardware/10.mega/shields/giga-display-shield/tutorials/basic-draw-and-image/content.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Using Draw and Image Functions with the GIGA Display Shield
33
description: 'Learn how to use basic draw functions to create and display images on the GIGA Display Shield.'
44
author: Benjamin Dannegård
55
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
88
tags: [Display, Draw]
99
---
1010

@@ -140,7 +140,9 @@ Using an online image converter you can pick any image you would like to be disp
140140

141141
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**.
142142

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)
144146

145147
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.
146148

0 commit comments

Comments
 (0)