Skip to content

Commit 61c6ba0

Browse files
committed
Update README.md
1 parent b2e384f commit 61c6ba0

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
11
# Arduino_GigaDisplay
22

3-
Minimal library for controlling the built-in RGB on the GIGA Display Shield via the IS31FL3197 driver (I2C).
3+
This library contains a set of examples to use the [GIGA Display Shield](docs.arduino.cc/hardware/giga-display-shield). Upon installing this library from the Arduino IDE, the following libraries will also be installed:
4+
- [ArduinoGraphics](https://github.com/arduino-libraries/ArduinoGraphics)
5+
- [Arduino_GigaDisplayTouch](https://github.com/arduino-libraries/Arduino_GigaDisplayTouch)
6+
- [Arduino_BMI270_BMM150](https://github.com/arduino-libraries/Arduino_BMI270_BMM150)
7+
8+
It will also install the [lvgl](https://github.com/lvgl/lvgl) library, which is required for a large number of examples in this repository.
9+
10+
>For any issues with the examples, please visit the repository of the library in the links above.
11+
12+
## GigaDisplayRGB
13+
14+
This library has a class called `GigaDisplayRGB`, which is used to control the built-in RGB on the GIGA Display Shield via the IS31FL3197 driver (I2C).

0 commit comments

Comments
 (0)