Skip to content

Commit

Permalink
Merge pull request #2319 from ProgrammingElectronics/patch-6
Browse files Browse the repository at this point in the history
Fixed broken link to LVGL guide
  • Loading branch information
karlsoderby authored Dec 17, 2024
2 parents 7a0afa8 + ca6edd6 commit 3126cef
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down Expand Up @@ -179,4 +179,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.
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 comments on commit 3126cef

Please sign in to comment.