-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathlibrary.json
More file actions
22 lines (22 loc) · 773 Bytes
/
Copy pathlibrary.json
File metadata and controls
22 lines (22 loc) · 773 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "Grafici-GFX",
"version": "4.0.0",
"description": "Data visualization library for Arduino driven displays. Plot lines, bars, scatters, and more on both squared and round displays.",
"keywords": "display, graphics, visualization, plotting, charts, data",
"repository": {
"type": "git",
"url": "https://github.com/cattanimarco/Grafici-GFX.git"
},
"authors": {
"name": "Marco Cattani",
"email": "03offices_jockey@icloud.com",
"url": "https://github.com/cattanimarco"
},
"license": "Apache-2.0",
"homepage": "https://github.com/cattanimarco/Grafici-GFX",
"dependencies": {
"adafruit/Adafruit GFX Library": "^1.11.5"
},
"frameworks": "arduino",
"platforms": "*"
}