PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

14 lines
422B

  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. }