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. 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 c21e58a..a4e88cc 100644 --- a/library.properties +++ b/library.properties @@ -1,10 +1,10 @@ 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 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