-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.json
More file actions
28 lines (28 loc) · 627 Bytes
/
library.json
File metadata and controls
28 lines (28 loc) · 627 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
{
"name": "TFTFXLib",
"keywords": "TFT, LCD, SPI, TFT_eSPI, TFT_eSprite",
"description": "A UI/UX library for Bodmer's TFT_eSPI. Allows user to create custom screens and widgets.",
"version": "1.0.0",
"repository":
{
"type": "git",
"url": "https://github.com/riacob/TFTFXLib"
},
"authors": [
{
"name": "Riccardo Iacob",
"url": "https://github.com/riacob",
"mantainer": true
}
],
"license": "MIT",
"homepage": "https://github.com/riacob/TFTFXLib",
"frameworks": "arduino",
"platforms":
[
"atmelavr"
],
"dependencies" :{
"Bodmer/TFT_eSPI": "~2.5.31"
}
}