Skip to content

Commit 6dae741

Browse files
committed
Update getting-started.md
1 parent 38f79d7 commit 6dae741

File tree

1 file changed

+2
-2
lines changed
  • content/hardware/10.mega/shields/giga-display-shield/tutorials/getting-started

1 file changed

+2
-2
lines changed

content/hardware/10.mega/shields/giga-display-shield/tutorials/getting-started/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,10 @@ Below is a minimal sketch that will print out the samples in the serial plotter
9898

9999
## RGB
100100

101-
This shield has a built in RGB pixel that is controlled via I2C. To use this, install the [Arduino_GigaDisplayRGB](https://github.com/arduino-libraries/Arduino_GigaDisplayRGB) library. The following sketch is a minimal example that will blink the blue pixel every second.
101+
This shield has a built in RGB pixel that is controlled via I2C. To use this, install the [Arduino_GigaDisplay](https://github.com/arduino-libraries/Arduino_GigaDisplay) library. The following sketch is a minimal example that will blink the blue pixel every second.
102102

103103
```arduino
104-
#include <Arduino_GigaDisplayRGB.h>
104+
#include <Arduino_GigaDisplay.h>
105105
106106
GigaDisplayRGB rgb; //create rgb object
107107

0 commit comments

Comments
 (0)