PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

library.json 422B

3 jaren geleden
12345678910111213
  1. {
  2. "name": "XPT2046_Touchscreen",
  3. "keywords": "display, tft, lcd, graphics, spi, touchscreen",
  4. "description": "Touchscreens using the XPT2046 controller chip. Many very low cost color TFT displays with touch screens have this chip.",
  5. "exclude": "doc",
  6. "repository":
  7. {
  8. "type": "git",
  9. "url": "https://github.com/PaulStoffregen/XPT2046_Touchscreen.git"
  10. },
  11. "frameworks": "arduino",
  12. "platforms": "*"
  13. }