|
|
@@ -0,0 +1,22 @@
|
|
|
+{
|
|
|
+ "name": "U8g2",
|
|
|
+ "keywords": "display, lcd, oled, eink",
|
|
|
+ "description": "U8glib v2: Arduino Monochrome Graphics Library",
|
|
|
+ "homepage": "https://github.com/olikraus/u8g2/wiki",
|
|
|
+ "repository": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/olikraus/u8g2.git"
|
|
|
+ },
|
|
|
+ "version": "2.35.10",
|
|
|
+ "license": "BSD-2-Clause",
|
|
|
+ "authors": {
|
|
|
+ "name": "Oliver Kraus",
|
|
|
+ "email": "olikraus@gmail.com",
|
|
|
+ "maintainer": true
|
|
|
+ },
|
|
|
+ "frameworks": "arduino",
|
|
|
+ "platforms": "*",
|
|
|
+ "build": {
|
|
|
+ "libLDFMode": "chain+"
|
|
|
+ }
|
|
|
+}
|