forked from forntoh/LcdMenu
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.json
More file actions
23 lines (23 loc) · 761 Bytes
/
library.json
File metadata and controls
23 lines (23 loc) · 761 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "LcdMenu",
"version": "2.0.0",
"keywords": ["menu", "display", "lcdmenu", "navigation"],
"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": "thomasforntoh@gmail.com",
"maintainer": true
}
],
"license": "MIT",
"frameworks": "arduino",
"platforms": "*",
"export": {
"exclude": ["*.md", "examples/*/*.md", ".github/", ".scripts/", "version"]
}
}