forked from ImpulseAdventure/GUIslice
-
Notifications
You must be signed in to change notification settings - Fork 0
/
library.json
26 lines (25 loc) · 956 Bytes
/
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
{
"name": "GUIslice",
"version": "0.13.0",
"keywords": "arduino, GUI, tft, embedded, ILI9341, ESP32, ESP8266, teensy, NodeMCU, UTFT, SDL, STM32, M5Stack, feather, adafruit-gfx, raspberry pi, linux, mcufriend",
"description": "GUIslice embedded touchscreen GUI library in C for Arduino & Raspberry Pi. Drag & drop GUI supports Adafruit-GFX, TFT_eSPI and UTFT graphics drivers on Arduino, ESP8266 / NodeMCU, ESP32, Teensy, Feather M0, nRF52, STM32",
"repository":
{
"type": "git",
"url": "https://github.com/ImpulseAdventure/GUIslice"
},
"authors":
{
"name": "Calvin Hass",
"email": "[email protected]",
"maintainer": true
},
"frameworks": "arduino",
"platforms": "atmelavr, atmelsam, espressif8266, espressif32, ststm32, teensy",
"license": "MIT",
"examples": [
"examples/arduino/ex*_ard_*/ex*_ard_*.ino",
"examples/arduino_min/ex*_ardmin_*/ex*_ardmin_*.ino",
"examples/linux/ex*_lnx_*.c"
]
}