You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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