-
Notifications
You must be signed in to change notification settings - Fork 1
/
library.json
24 lines (24 loc) · 909 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
{
"name": "TFT_eSPI_Scroll",
"version": "1.0.5",
"description": "Adds flickerless text scrolling functionality to TFT eSPI library",
"keywords": "Arduino, tft, display, ttgo, LilyPi, WT32-SC01, ePaper, display, Pico, RP2040 Nano Connect, RP2040, STM32, ESP8266, NodeMCU, ESP32, M5Stack, ILI9341, ST7735, ILI9163, S6D02A1, ILI9481, ILI9486, ILI9488, ST7789, ST7796, RM68140, SSD1351, SSD1963, ILI9225, HX8357D, GC9A01, R61581",
"repository": {
"type": "git",
"url": "https://github.com/xunicatt/TFT_eSPI_Scroll"
},
"authors": [
{
"name": "Aniket Biswas",
"email": "[email protected]",
"maintainer": true
}
],
"license": "MIT",
"dependencies": {
"bodmer/TFT_eSPI": "~2.5.43"
},
"frameworks": "arduino",
"platforms": "raspberrypi, espressif8266, espressif32, ststm32",
"headers": "TFT_eSPI_Scroll.h, colors/1bit.h, colors/4bit.h"
}