From 655d44a317298c281c9036401d74a70501a8ced0 Mon Sep 17 00:00:00 2001 From: Valerii Koval Date: Wed, 13 Mar 2024 15:58:33 +0200 Subject: [PATCH 1/2] Add PlatformIO manifest file --- library.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 library.json diff --git a/library.json b/library.json new file mode 100644 index 00000000..2b4a55fe --- /dev/null +++ b/library.json @@ -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.9", + "license": "BSD-2-Clause", + "authors": { + "name": "Oliver Kraus", + "email": "olikraus@gmail.com", + "maintainer": true + }, + "frameworks": "arduino", + "platforms": "*", + "build": { + "libLDFMode": "chain+" + } +} From 6f4185b629c7b16dcb39f8b025dd8c3a94794068 Mon Sep 17 00:00:00 2001 From: olikraus Date: Thu, 14 Mar 2024 17:16:58 +0100 Subject: [PATCH 2/2] Update library.json --- library.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.json b/library.json index 2b4a55fe..01e8c05a 100644 --- a/library.json +++ b/library.json @@ -7,7 +7,7 @@ "type": "git", "url": "https://github.com/olikraus/u8g2.git" }, - "version": "2.35.9", + "version": "2.35.10", "license": "BSD-2-Clause", "authors": { "name": "Oliver Kraus",