Skip to content

Commit d6c2685

Browse files
Update content/hardware/10.mega/shields/giga-display-shield/tutorials/10.square-line-tutorial/content.md
Co-authored-by: Karl Söderby <[email protected]>
1 parent 9e2027c commit d6c2685

File tree

1 file changed

+1
-1
lines changed
  • content/hardware/10.mega/shields/giga-display-shield/tutorials/10.square-line-tutorial

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ void loop() {
207207

208208
If there is a need to rotate the UI created in SquareLine on the GIGA Display Shield, there is a single 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-
The lvgl code we need to add is:
210+
The code we need to add is:
211211

212212
```arduino
213213
lv_display_set_rotation(dispp, rotation);

0 commit comments

Comments
 (0)