Skip to content

Commit 84ee554

Browse files
Added image
1 parent 4841673 commit 84ee554

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

content/hardware/10.mega/shields/giga-display-shield/tutorials/10.square-line-tutorial/content.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,6 @@ void loop() {
207207

208208
If there is a need to rotate the UI created in SqaureLine on the GIGA Display Shield, there is one line that needs to be added to one of the exported library files. In the **ui -> src** folder, find the `ui.c` file and open it.
209209

210-
![Finding ui.c inside the folders]()
211-
212210
The lvgl code we need to add is:
213211

214212
```arduino
@@ -217,7 +215,7 @@ lv_display_set_rotation(dispp, rotation);
217215

218216
Where `rotation` can be set to `0`, `90`, `180` or `270` depending on how much you want to rotate the UI.
219217

220-
![Rotation code added to ui.c file]()
218+
![Rotation code added to ui.c file](assets/ui_rotation.png)
221219

222220
## Next Step
223221

0 commit comments

Comments
 (0)