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.

3 yıl önce
12345678910111213141516171819202122232425262728
  1. {
  2. "name": "ILI9341_t3",
  3. "keywords": "display, tft, lcd, graphics, spi",
  4. "description": "Optimized ILI9341 (320x240 Color TFT) Display",
  5. "authors": [
  6. {
  7. "name": "Limor Fried",
  8. "url": "http://ladyada.net"
  9. },
  10. {
  11. "name": "Paul Stoffregen",
  12. "email": "paul@pjrc.com",
  13. "url": "http://www.pjrc.com",
  14. "maintainer": true
  15. }
  16. ],
  17. "exclude": [
  18. "extras",
  19. "*.bmp"
  20. ],
  21. "repository":
  22. {
  23. "type": "git",
  24. "url": "https://github.com/PaulStoffregen/ILI9341_t3.git"
  25. },
  26. "frameworks": "arduino",
  27. "platforms": "*"
  28. }