diff --git a/content/hardware/10.mega/shields/giga-display-shield/tutorials/03.lvgl-guide/content.md b/content/hardware/10.mega/shields/giga-display-shield/tutorials/03.lvgl-guide/content.md index dcd555b614..73974033cc 100644 --- a/content/hardware/10.mega/shields/giga-display-shield/tutorials/03.lvgl-guide/content.md +++ b/content/hardware/10.mega/shields/giga-display-shield/tutorials/03.lvgl-guide/content.md @@ -780,4 +780,4 @@ This example sketch will show the different components in a 2x2 grid. ## Next Step LVGL has a lot of customizability, if you are interested in playing around more with this, you can find many different examples on the official website for [LVGL](https://docs.lvgl.io/master/examples.html). These can easily be put in a sketch for the GIGA Display Shield, just remember to use the display-specific configuration that was shown at the [start of this tutorial](#display-shield-configuration). -The GIGA Display Shield features some on-board sensors, like an IMU and a microphone. To see how these can be used with LVGL check out our [Orientation tutorial](/tutorials/image-orientation), which will show you how to use the on-board IMU to rotate an image. Or have a look at our [Microphone tutorial](/tutorials/microphone-tutorial), which will show you how to merge microphone readings with LVGL components. \ No newline at end of file +The GIGA Display Shield features some on-board sensors, like an IMU and a microphone. To see how these can be used with LVGL check out our [Orientation tutorial](/tutorials/giga-display-shield/image-orientation), which will show you how to use the on-board IMU to rotate an image. Or have a look at our [Microphone tutorial](/tutorials/giga-display-shield/microphone-tutorial), which will show you how to merge microphone readings with LVGL components. \ No newline at end of file diff --git a/content/hardware/10.mega/shields/giga-display-shield/tutorials/06.image-orientation/content.md b/content/hardware/10.mega/shields/giga-display-shield/tutorials/06.image-orientation/content.md index a844f70f90..9bbeae22db 100644 --- a/content/hardware/10.mega/shields/giga-display-shield/tutorials/06.image-orientation/content.md +++ b/content/hardware/10.mega/shields/giga-display-shield/tutorials/06.image-orientation/content.md @@ -160,17 +160,15 @@ void loop() { } ``` -![Orientation sketch running on the GIGA Display Shield](assets/image-orientation.gif) - ### Using Another Image -Any image could be used in the sketch. This tutorial and the example uses an image of the Arduino logo. Alternatively, any raw RGB565 image can be used. If you have an image you want to use, you can use this [online image converter](https://lvgl.io/tools/imageconverter), or any other software that lets you convert an image to a raw RGB565 image. This website will output in the Binary RGB565 format. For further instructions on how to display your own image, have a look at our [Text and Image tutorial](/tutorials/basic-draw-and-image#display-images). +Any image could be used in the sketch. This tutorial and the example uses an image of the Arduino logo. Alternatively, any raw RGB565 image can be used. If you have an image you want to use, you can use this [online image converter](https://lvgl.io/tools/imageconverter), or any other software that lets you convert an image to a raw RGB565 image. This website will output in the Binary RGB565 format. For further instructions on how to display your own image, have a look at our [Text and Image tutorial](/tutorials/giga-display-shield/basic-draw-and-image#display-images). ## Testing It Out Now try rotating your device to see if the image behaves correctly. If the image does not rotate correctly have another look at the values you entered into the previous sketch. It might help to try and run the simple IMU readings printer sketch to take a quick look at the IMU values in the serial monitor. This will help you figure out what values should be considered when the device is being moved. -[GIF of the orientation sketch running on the screen](assets/image-orientation.gif) +![GIF of the orientation sketch running on the screen](assets/image-orientation.gif) ## Conclusion 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 b99f7cb7b7..ac3b53565c 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 @@ -385,6 +385,6 @@ void onPDMdata() { [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/image-orientation). Or if you rather dive deeper into LVGL, take a look at our [LVGL guide](tutorials/lvgl-guide). +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). For the complete documentation for this shield, check out the [GIGA Display Shield](/hardware/giga-display-shield) documentation page. \ No newline at end of file