From d5796a4be8ae4842d5f4f6f8f8b110ceaea387af Mon Sep 17 00:00:00 2001 From: Pavel Brychta Date: Mon, 8 Jul 2019 19:53:34 +0200 Subject: [PATCH 1/3] website url update --- library.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.properties b/library.properties index c21e58a..fc6702e 100644 --- a/library.properties +++ b/library.properties @@ -5,6 +5,6 @@ maintainer=Pavel Brychta sentence=Full-featured Graphics Library for embedded systems paragraph=Littlev Graphics Library provides everything you need to create a Graphical User Interface (GUI) on embedded systems with easy-to-use graphical elements, beautiful visual effects and low memory footprint. category=Display -url=http://www.gl.littlev.hu +url=https://littlevgl.com architectures=* includes=lvgl.h From e028a23457a58f9614a116a80aedc047ff58ae10 Mon Sep 17 00:00:00 2001 From: Pavel Brychta Date: Mon, 8 Jul 2019 20:01:04 +0200 Subject: [PATCH 2/3] Fix typo in readme. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f84a2d..d5718b7 100644 --- a/README.md +++ b/README.md @@ -36,4 +36,4 @@ In case of trouble there are debug information inside LVGL. In the `ESP32_TFT_eS # define LV_LOG_LEVEL LV_LOG_LEVEL_TRACE ``` -After enabling log module and setting LV_LOG_LEVEL accordingly the output log is sent to he `Serial` port @ 115200 Bd. After each line sent there is 100ms delay to allow the serial transfer to finish. This delay can be commentd out in `my_print` method. +After enabling log module and setting LV_LOG_LEVEL accordingly the output log is sent to he `Serial` port @ 115200 Bd. After each line sent there is 100ms delay to allow the serial transfer to finish. This delay can be commented out in `my_print` method. From add2d553ea586a8e95dec0ec4e26eb09093ed8a0 Mon Sep 17 00:00:00 2001 From: Pavel Brychta Date: Fri, 19 Jul 2019 15:30:20 +0200 Subject: [PATCH 3/3] v2.0.1 - web page url update. --- library.json | 2 +- library.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index 3e8ac11..8ac58db 100644 --- a/library.json +++ b/library.json @@ -12,7 +12,7 @@ "type": "git", "url": "https://github.com/littlevgl/arduino" }, - "version": "2.0.0", + "version": "2.0.1", "license": "MIT", "frameworks": "arduino", "build": { diff --git a/library.properties b/library.properties index fc6702e..a4e88cc 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=LittlevGL -version=2.0.0 +version=2.0.1 author=Gabor Kiss-Vamosi maintainer=Pavel Brychta sentence=Full-featured Graphics Library for embedded systems