Initial commit, getting all the stuff from PlatformIO

This commit is contained in:
2025-11-02 17:55:41 +00:00
commit 4b4b816a8c
3003 changed files with 1213319 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"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": "*",
"version": "0.0.0-alpha+sha.26b691b2c8"
}