Skip to content

Commit ec99349

Browse files
Update content/hardware/10.mega/shields/giga-display-shield/tutorials/09.3d-engine-tutorial/content.md
Co-authored-by: Karl Söderby <[email protected]>
1 parent 3363582 commit ec99349

File tree

1 file changed

+1
-1
lines changed
  • content/hardware/10.mega/shields/giga-display-shield/tutorials/09.3d-engine-tutorial

1 file changed

+1
-1
lines changed

content/hardware/10.mega/shields/giga-display-shield/tutorials/09.3d-engine-tutorial/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The TinyGL library will enable us to run an engine that can render 3D objects on
3232
- The source code for this library is available [here](https://github.com/arduino-libraries/TinyGL)
3333

3434
## Rotating Gears Example
35-
35+
This example will render a set of rotating gears on your GIGA Display Shield's display, which you can move around and inspect using your fingers.
3636
Open the example by going to **Files > Examples > TinyGL > Gears** in the Arduino IDE, this will open both the required files in the IDE. You should see a `Gears.ino` and a `gears.c` file as tabs in the IDE. Let's first have a look at the `gears.c` file!
3737

3838
### Gears.c

0 commit comments

Comments
 (0)