library.json 528 B

12345678910111213141516171819202122
  1. {
  2. "name": "U8g2",
  3. "keywords": "display, lcd, oled, eink",
  4. "description": "U8glib v2: Arduino Monochrome Graphics Library",
  5. "homepage": "https://github.com/olikraus/u8g2/wiki",
  6. "repository": {
  7. "type": "git",
  8. "url": "https://github.com/olikraus/u8g2.git"
  9. },
  10. "version": "2.36.16",
  11. "license": "BSD-2-Clause",
  12. "authors": {
  13. "name": "Oliver Kraus",
  14. "email": "olikraus@gmail.com",
  15. "maintainer": true
  16. },
  17. "frameworks": "arduino",
  18. "platforms": "*",
  19. "build": {
  20. "libLDFMode": "chain+"
  21. }
  22. }