From a0c5c94ba692b6a243d15a321cb59366e0161a8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jacob=20Hyl=C3=A9n?= Date: Fri, 6 Oct 2023 12:03:35 +0200 Subject: [PATCH 1/2] Update content.md --- .../tutorials/07.microphone-tutorial/content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/hardware/10.mega/shields/giga-display-shield/tutorials/07.microphone-tutorial/content.md b/content/hardware/10.mega/shields/giga-display-shield/tutorials/07.microphone-tutorial/content.md index ac3b53565c..87569f0d93 100644 --- a/content/hardware/10.mega/shields/giga-display-shield/tutorials/07.microphone-tutorial/content.md +++ b/content/hardware/10.mega/shields/giga-display-shield/tutorials/07.microphone-tutorial/content.md @@ -382,7 +382,7 @@ void onPDMdata() { ``` -[GIF of sketch running](assets/P1066383.gif) +![GIF of sketch running](assets/P1066383.gif) ## Next Step Now that you know how to use the on-board microphone, feel free to explore the shield's other features, like the IMU with our [Orientation tutorial](/tutorials/giga-display-shield/image-orientation). Or if you rather dive deeper into LVGL, take a look at our [LVGL guide](tutorials/giga-display-shield/lvgl-guide). From 3396ebd7a5038f6f509702f14cb12e42175a9642 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jacob=20Hyl=C3=A9n?= Date: Fri, 6 Oct 2023 16:43:09 +0200 Subject: [PATCH 2/2] Update content.md --- .../tutorials/07.microphone-tutorial/content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/hardware/10.mega/shields/giga-display-shield/tutorials/07.microphone-tutorial/content.md b/content/hardware/10.mega/shields/giga-display-shield/tutorials/07.microphone-tutorial/content.md index 87569f0d93..db9a5ad8c1 100644 --- a/content/hardware/10.mega/shields/giga-display-shield/tutorials/07.microphone-tutorial/content.md +++ b/content/hardware/10.mega/shields/giga-display-shield/tutorials/07.microphone-tutorial/content.md @@ -382,7 +382,7 @@ void onPDMdata() { ``` -![GIF of sketch running](assets/P1066383.gif) +![GIF of sketch running](./assets/P1066383.gif) ## Next Step Now that you know how to use the on-board microphone, feel free to explore the shield's other features, like the IMU with our [Orientation tutorial](/tutorials/giga-display-shield/image-orientation). Or if you rather dive deeper into LVGL, take a look at our [LVGL guide](tutorials/giga-display-shield/lvgl-guide).