library.json 629 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "ESP8266_SSD1306",
  3. "version": "3.2.7",
  4. "keywords": "ssd1306, oled, display, i2c",
  5. "description": "A I2C display driver for SSD1306 oled displays connected to an ESP8266 or ESP32",
  6. "repository":
  7. {
  8. "type": "git",
  9. "url": "https://github.com/squix78/esp8266-oled-ssd1306.git"
  10. },
  11. "authors":
  12. [
  13. {
  14. "name": "Daniel Eichhorn",
  15. "email": "squix78@gmail.com",
  16. "url": "http://blog.squix.ch"
  17. },
  18. {
  19. "name": "Fabrice Weinberg",
  20. "email": "fabrice@weinberg.me"
  21. }
  22. ],
  23. "frameworks": "arduino",
  24. "platforms": [
  25. "espressif8266",
  26. "espressif32"
  27. ]
  28. }