We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f81d5b2 commit 9ff9283Copy full SHA for 9ff9283
content/hardware/09.mega/shields/giga-display-shield/tutorials/image-orientation/orientation-content.md
@@ -55,7 +55,7 @@ void LCD_ST7701_Init();
55
BoschSensorClass imu(Wire1);
56
```
57
58
-initialize the display with `Display.begin();` and start recieving IMU readings with `imu.begin();`. Next we can give the image its attributes.
+initialize the display with `Display.begin();` and start recieving IMU readings with `imu.begin();`. Next, we can give the image its attributes.
59
60
```arduino
61
void setup() {
0 commit comments