Skip to content

Commit

Permalink
Update library.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisxhe committed Apr 8, 2024
1 parent 2a5e5f3 commit 49d1760
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 3 deletions.
49 changes: 49 additions & 0 deletions library.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{
"name": "LilyGo-EPD47",
"version": "1.0.0",
"description": "LilyGo epaper 4.7 inches Arduino library",
"keywords": "lilygo,epaper",
"authors": [
{
"name": "Xinyuan-LilyGO",
"url": "https://github.com/Xinyuan-LilyGO"
},
{
"name": "LewisHe",
"url": "https://github.com/lewisxhe",
"maintainer": true
}
],
"repository": {
"type": "git",
"url": "https://github.com/Xinyuan-LilyGO/LilyGo-EPD47.git"
},
"homepage": "https://github.com/Xinyuan-LilyGO/LilyGo-EPD47",
"export": {
"include": [
"LICENSE",
"library.json",
"library.properties",
"README.md",
"keywords.txt",
"src/*",
"examples/*"
]
},
"dependencies": [
{
"owner": "lennarthennigs",
"name": "Button2",
"version": "2.3.2"
},
{
"owner": "lewisxhe",
"name": "SensorLib",
"version": "0.1.9"
}
],
"examples": ["examples/*/*.ino"],
"frameworks": ["arduino"],
"platforms": "esp32",
"headers": "epd_driver.h"
}
6 changes: 3 additions & 3 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=LilyGoEPD47
version=0.3.0
name=LilyGo-EPD47
version=1.0.0
author=LilyGO
maintainer=LilyGO
sentence=LilyGo 4.7 inch ink screen driver library
Expand All @@ -8,4 +8,4 @@ category=Display
url=https://github.com/Xinyuan-LilyGO/LilyGo-EPD47
architectures=esp32
includes=*
depends=Wire
depends=Wire, SensorLib, Button2

0 comments on commit 49d1760

Please sign in to comment.