From ca6edd6d10b5f2597fc4d0f2c4d30fb28d36f9c5 Mon Sep 17 00:00:00 2001 From: Michael Cheich <52792043+ProgrammingElectronics@users.noreply.github.com> Date: Wed, 11 Dec 2024 13:00:54 -0500 Subject: [PATCH] Fixed broken link to LVGL guide --- .../tutorials/06.image-orientation/content.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 285c227397..c9ad51448c 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 @@ -33,7 +33,7 @@ BoschSensorClass imu(Wire1); Start receiving IMU readings with `imu.begin();` and start the display with `Display.begin();`. -Then we can assign attributes to the images such as its source, alignment and how the rotation should behave. For more information on image attributes with LVGL, check out our [LVGL tutorial](lvgl-guide#image). +Then we can assign attributes to the images such as its source, alignment and how the rotation should behave. For more information on image attributes with LVGL, check out our [LVGL tutorial](/tutorials/giga-display-shield/lvgl-guide). ```arduino LV_IMG_DECLARE(img_arduinologo); @@ -176,4 +176,4 @@ Now try rotating your device to see if the image behaves correctly. If the image ## Conclusion -Now you know how to use the GIGA Display Shield's IMU sensor to gather readings for device orientation, and how to use these readings to make an image on the GIGA Display Shield maintain the correct orientation depending on what way it is facing. \ No newline at end of file +Now you know how to use the GIGA Display Shield's IMU sensor to gather readings for device orientation, and how to use these readings to make an image on the GIGA Display Shield maintain the correct orientation depending on what way it is facing.