Skip to content

Commit

Permalink
added properties file for platform io
Browse files Browse the repository at this point in the history
  • Loading branch information
forntoh committed Aug 24, 2021
1 parent ba33bb8 commit 17ffd86
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions library.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "LcdMenu",
"version": "2.0.0",
"keywords": ["menu", "display", "lcdmenu"],
"description": "Display navigable menu items on your LCD display with Arduino. You can show items bound to actions, list of items (can select one), sub menus, step menu items e.t.c. Compatible with all Character LCD Display Module and VATN Alphanumeric LCD Display",
"repository": {
"type": "git",
"url": "https://github.com/forntoh/LcdMenu"
},
"authors": [
{
"name": "Forntoh Thomas",
"email": "[email protected]",
"maintainer": true
}
],
"license": "MIT",
"frameworks": "arduino",
"platforms": "*",
"export": {
"exclude": ["*.md", "examples/*/*.md", ".github/"]
}
}
4 changes: 2 additions & 2 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name=LcdMenu
version=1.2.0
version=2.0.0
author=Forntoh Thomas <[email protected]>
maintainer=Forntoh Thomas <[email protected]>
sentence=Display navigable menu items on your LCD display with Arduino.
paragraph=Includes display of notifications and dynamic menus. Compatible with all Character LCD Display Module and VATN Alphanumeric LCD Display.
paragraph=You can show items bound to actions, list of items (can select one), sub menus, step menu items e.t.c. Compatible with all Character LCD Display Module and VATN Alphanumeric LCD Display.
category=Display
url=https://forntoh.github.io/LcdMenu
repository=https://github.com/forntoh/LcdMenu.git
Expand Down

0 comments on commit 17ffd86

Please sign in to comment.