PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

3 лет назад
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. }