Skip to content

Commit

Permalink
Fixed broken link to LVGL guide
Browse files Browse the repository at this point in the history
  • Loading branch information
ProgrammingElectronics authored Dec 11, 2024
1 parent 75c8b8d commit ca6edd6
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 @@ -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.
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 ca6edd6

Please sign in to comment.