Skip to content

Commit e390c36

Browse files
Merge pull request #546 from arduino/benjamindannegard/display-shield-image-fix
[GIGA Display Shield] Image fixes
2 parents effce1c + d92b580 commit e390c36

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,13 +164,13 @@ void loop() {
164164

165165
### Using Another Image
166166

167-
Any image could be used in the sketch. This tutorial and the example uses an image of the Arduino logo. Alternatively, any raw RGB565 image can be used. If you have an image you want to use, you can use this [online image converter](https://lvgl.io/tools/imageconverter), or any other software that lets you convert an image to a raw RGB565 image. This website will output in the Binary RGB565 format. For further instructions on how to display your own image, have a look at our [Text and Image tutorial](text-and-image).
167+
Any image could be used in the sketch. This tutorial and the example uses an image of the Arduino logo. Alternatively, any raw RGB565 image can be used. If you have an image you want to use, you can use this [online image converter](https://lvgl.io/tools/imageconverter), or any other software that lets you convert an image to a raw RGB565 image. This website will output in the Binary RGB565 format. For further instructions on how to display your own image, have a look at our [Text and Image tutorial](/tutorials/basic-draw-and-image#display-images).
168168

169169
## Testing It Out
170170

171171
Now try rotating your device to see if the image behaves correctly. If the image does not rotate correctly have another look at the values you entered into the previous sketch. It might help to try and run the simple IMU readings printer sketch to take a quick look at the IMU values in the serial monitor. This will help you figure out what values should be considered when the device is being moved.
172172

173-
[GIF of the orientation sketch running on the screen]()
173+
[GIF of the orientation sketch running on the screen](assets/image-orientation.gif)
174174

175175
## Conclusion
176176

content/hardware/10.mega/shields/giga-display-shield/tutorials/08.camera-tutorial/assets/camera-connected.svg

Lines changed: 0 additions & 1 deletion
Loading

0 commit comments

Comments
 (0)