Skip to content

Commit 12f19b1

Browse files
Update content/hardware/10.mega/shields/giga-display-shield/tutorials/12.emwin-guide/content.md
Co-authored-by: Leonardo Cavagnis <45899760+leonardocavagnis@users.noreply.github.com>
1 parent c06127e commit 12f19b1

File tree

1 file changed

+2
-0
lines changed
  • content/hardware/10.mega/shields/giga-display-shield/tutorials/12.emwin-guide

1 file changed

+2
-0
lines changed

content/hardware/10.mega/shields/giga-display-shield/tutorials/12.emwin-guide/content.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,8 @@ To be able to display an image it first needs to be defined. **bmarduinologo** i
180180
extern GUI_CONST_STORAGE GUI_BITMAP bmarduinologo; /* Image bitmap structure (see img_arduinologo_emwin.c in attach) */
181181
```
182182

183+
To convert images into the emWin format, you can use the [emWin Bitmap Converter](https://www.segger.com/products/user-interface/emwin/tools/tools-overview/#:~:text=Download%20AppWizard%20Trial-,Bitmap%20Converter,-The%20Bitmap%20Converter) tool.
184+
183185
Now the image can be drawn by specifying the image file along with the x and y position. Like this:
184186

185187
```arduino

0 commit comments

Comments
 (0)