forked from itead/ITEADLIB_Arduino_Nextion
-
Notifications
You must be signed in to change notification settings - Fork 24
/
library.json
40 lines (40 loc) · 842 Bytes
/
library.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "Enhanced-Nextion-Library",
"version": "1.5.1",
"repository": {
"type": "git",
"url": "https://github.com/jyberg/Enhanced-Nextion-Library.git",
"branch": "master"
},
"description": "Arduino / NodeMcu Library for Nextion displays. Support for multiple connected dispalayse simultaneusly",
"authors": [
{
"name": "Jyrki Berg",
"url": "https://github.com/jyberg",
"maintainer": true
}
],
"keywords": [
"Arduino",
"NodeMCU",
"esp8266",
"Nextion",
"Display",
"Touch screen"
],
"license": "MIT",
"dependencies": [
{
"platforms":
[
"espressif8266"
],
"name": "SdFat",
"version": ">=1.1.4",
"authors": "Bill Greiman",
"frameworks": "arduino"
}
],
"frameworks": "arduino",
"platforms": "*"
}