PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

library.json 422B

3 lat temu
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. }