Skip to content

Commit e12d995

Browse files
authored
Merge pull request #2 from arduino-libraries/karlsoderby/add-touch-lib
Karlsoderby/add touch lib
2 parents e9c32ef + 61c6ba0 commit e12d995

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

README.md

+12-1
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).

library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ category=Device Control
88
url=https://www.arduino.cc/
99
architectures=mbed_giga
1010
includes=Arduino_GigaDisplay.h
11-
depends=Arduino_BMI270_BMM150,ArduinoGraphics,lvgl
11+
depends=Arduino_BMI270_BMM150,Arduino_GigaDisplayTouch,ArduinoGraphics,lvgl

0 commit comments

Comments
 (0)