-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
library.json
34 lines (33 loc) · 1.13 KB
/
library.json
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
32
33
34
{
"name": "tcMenu",
"keywords": "menu, IoT, display, encoder, ethernet",
"description": "Menu library for Arduino with IoT capabilities supporting full multi level navigation. Complete with a designer UI and CLI that can round trip. It has plugins for Adafruit_GFX, U8G2, TFT_eSPI and LiquidCrystalIO. Input is supported from Touch, Rotary Encoder, Digital / Analog joysticks, DfRobot, Keypad and more. Any menu can be remotely using embedCONTROL UI / API over Ethernet2, UIP, STM32 Ethernet and Serial / Bluetooth. Even works with no local display for remote control only.",
"repository":
{
"type": "git",
"url": "https://github.com/TcMenu/tcMenuLib"
},
"authors":
[
{
"name": "tcmenu",
"url": "https://tcmenu.github.io/documentation/",
"maintainer": true
}
],
"dependencies":
[
{
"name": "IoAbstraction",
"authors": "tcmenu"
},
{
"name": "tcUnicodeHelper",
"authors": "tcmenu"
}
],
"version": "4.4.0",
"license": "Apache-2.0",
"frameworks": "arduino, mbed",
"platforms": "*"
}