PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

123456789101112131415161718
  1. {
  2. "name": "TFT_ILI9163",
  3. "keywords": "display, tft, graphics, spi",
  4. "description": "A fast SPI driver for TFT drived by ILI9163C, fully SPI Transaction compatible and very fast with Teensy 3",
  5. "repository":
  6. {
  7. "type": "git",
  8. "url": "https://github.com/sumotoy/TFT_ILI9163C.git"
  9. },
  10. "exclude": "_utility",
  11. "frameworks": "arduino",
  12. "platforms":
  13. [
  14. "atmelavr",
  15. "atmelsam",
  16. "teensy"
  17. ]
  18. }