First Commit

This commit is contained in:
MindCreeper03
2025-02-27 19:31:50 +01:00
parent bcbb6aff9a
commit e490df1715
2470 changed files with 1479965 additions and 0 deletions

View File

@@ -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.30",
"license": "BSD-2-Clause",
"authors": {
"name": "Oliver Kraus",
"email": "olikraus@gmail.com",
"maintainer": true
},
"frameworks": "arduino",
"platforms": "*",
"build": {
"libLDFMode": "chain+"
}
}