forked from TcMenu/tcMenuLib
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.json
More file actions
31 lines (30 loc) · 1010 Bytes
/
library.json
File metadata and controls
31 lines (30 loc) · 1010 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
29
30
31
{
"name": "tcMenu",
"keywords": "menu, IoT, display, encoder, ethernet",
"description": "TcMenu is a modular, IoT ready menu solution. It can draw to most Adafruit_GFX compatible libraries, most U8G2 devices, LiquidCrystalIO. Input is supported from Rotary Encoder, Digital / Analog joysticks, DfRobot, Keypad and more. Any menu can be remotely using embedCONTROL UI / API over Ethernet2, UIP ethernet and Serial / Bluetooth. Even works with no local display for remote control only.",
"repository":
{
"type": "git",
"url": "https://github.com/davetcc/tcMenuLib"
},
"authors":
[
{
"name": "DaveTcc",
"url": "https://www.thecoderscorner.com",
"maintainer": true
}
],
"dependencies":
[
{
"name": "IoAbstraction",
"authors": "DaveTCC",
"frameworks": "arduino, mbed"
}
],
"version": "1.4.0",
"license": "LGPL",
"frameworks": "arduino, mbed",
"platforms": "*"
}