-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.json
More file actions
42 lines (42 loc) · 958 Bytes
/
Copy pathlibrary.json
File metadata and controls
42 lines (42 loc) · 958 Bytes
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
41
42
{
"name": "GFX_Graph",
"version": "1.0.1",
"description": "Tiny 2D graphing library for Arduino_GFX displays: axes, grids, tick labels and data series on any GFX-supported panel. 1-, 2- and 4-quadrant coordinate systems, bar/line/step/scatter plot styles, overlays and a fast data-only redraw.",
"keywords": [
"graph",
"chart",
"plot",
"display",
"tft",
"arduino-gfx",
"esp32"
],
"authors": [
{
"name": "Hans",
"email": "hazogithub@gmail.com",
"maintainer": true
}
],
"repository": {
"type": "git",
"url": "https://github.com/hazowa/Arduino_GFX_Graph.git"
},
"license": "MIT",
"frameworks": "arduino",
"platforms": "*",
"headers": "Graph.h",
"export": {
"exclude": [
"examples/*/.pio",
"examples/*/.vscode"
]
},
"dependencies": [
{
"owner": "moononournation",
"name": "GFX Library for Arduino",
"version": "*"
}
]
}