platformio / platformio-libmirror

PlatformIO libraries mirror
Apache License 2.0
16 stars 25 forks source link

Add MD_Parola #154

Open BogdanManescu opened 5 years ago

BogdanManescu commented 5 years ago

https://github.com/MajicDesigns/MD_Parola

BogdanManescu commented 5 years ago

tried to add using this code

{ "name": "MD_PAROLA", "keywords": "scrolling,LED, matrix, text, displays", "description": "Arduino Library for scrolling LED matrix text displays", "repository": { "type": "git", "url": "https://github.com/MajicDesigns/MD_Parola" }, "authors": [ { "name": "Marco Colli", "email": "", "url": "http://arduinoplusplus.wordpress.com", "maintainer": true }

],
"dependencies":
{
  "name": "MD_MAX72xx",
  "authors": "Marco Colli",
  "frameworks": "arduino"
},
"version": "2.0",
"frameworks": "arduino",
"platforms": "*"

} upon command platformio lib register library.json got error Error: Invalid library config URL 'library.json'

RoliAlpha commented 5 years ago

You just need to change the url that you registered from "https://github.com/MajicDesigns/MD_Parola/master/library.json" to "https://raw.githubusercontent.com/MajicDesigns/MD_Parola/master/library.json",it will work.I just find it a minute ago.