Tasmota/lib/lib_deprecated/XPT2046_Touchscreen/library.json
Jason2866 00b8c62fbe
move deprecated libs in lib folder lib_deprecated (#24073)
* move deprecated libs in lib folder lib_deprecated

* add wrong placed include file
2025-10-28 16:49:03 +01:00

14 lines
422 B
JSON
Executable File

{
"name": "XPT2046_Touchscreen",
"keywords": "display, tft, lcd, graphics, spi, touchscreen",
"description": "Touchscreens using the XPT2046 controller chip. Many very low cost color TFT displays with touch screens have this chip.",
"exclude": "doc",
"repository":
{
"type": "git",
"url": "https://github.com/PaulStoffregen/XPT2046_Touchscreen.git"
},
"frameworks": "arduino",
"platforms": "*"
}