Skip to content

Commit 3126cef

Browse files
authored
Merge pull request #2319 from ProgrammingElectronics/patch-6
Fixed broken link to LVGL guide
2 parents 7a0afa8 + ca6edd6 commit 3126cef

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);
@@ -179,4 +179,4 @@ Now try rotating your device to see if the image behaves correctly. If the image
179179

180180
## Conclusion
181181

182-
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.
182+
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)