PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

19 Zeilen
422B

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