Skip to content

Commit 9ff9283

Browse files
Update content/hardware/09.mega/shields/giga-display-shield/tutorials/image-orientation/orientation-content.md
Co-authored-by: Hannes Siebeneicher <60609597+Hannes7eicher@users.noreply.github.com>
1 parent f81d5b2 commit 9ff9283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ void LCD_ST7701_Init();
5555
BoschSensorClass imu(Wire1);
5656
```
5757

58-
initialize the display with `Display.begin();` and start recieving IMU readings with `imu.begin();`. Next we can give the image its attributes.
58+
initialize the display with `Display.begin();` and start recieving IMU readings with `imu.begin();`. Next, we can give the image its attributes.
5959

6060
```arduino
6161
void setup() {

0 commit comments

Comments
 (0)