Skip to content

Commit 18097c7

Browse files
committed
Replace gif with mp4
1 parent b9ce886 commit 18097c7

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,9 @@ In the `void loop()` of the sketch the calculation of time for the animation nee
528528
}
529529
```
530530

531-
![emWin progress bar](assets/emwin_progbar.gif)
531+
<video width="100%" loop autoplay>
532+
<source src="assets/emwin_progbar.mp4" type="video/mp4" />
533+
</video>
532534

533535
**Full Example:**
534536

0 commit comments

Comments
 (0)