Skip to content

Commit ca6edd6

Browse files
Fixed broken link to LVGL guide
1 parent 75c8b8d commit ca6edd6

File tree

1 file changed

+2
-2
lines changed
  • content/hardware/10.mega/shields/giga-display-shield/tutorials/06.image-orientation

1 file changed

+2
-2
lines changed

content/hardware/10.mega/shields/giga-display-shield/tutorials/06.image-orientation/content.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ BoschSensorClass imu(Wire1);
3333

3434
Start receiving IMU readings with `imu.begin();` and start the display with `Display.begin();`.
3535

36-
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).
36+
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).
3737

3838
```arduino
3939
LV_IMG_DECLARE(img_arduinologo);
@@ -176,4 +176,4 @@ Now try rotating your device to see if the image behaves correctly. If the image
176176

177177
## Conclusion
178178

179-
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.
179+
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.

0 commit comments

Comments
 (0)