Skip to content
This repository was archived by the owner on Dec 4, 2020. It is now read-only.

Commit 28b1878

Browse files
authored
Merge pull request #17 from Pablo2048/master
v2.0.1 - web page url update
2 parents ac94d7c + add2d55 commit 28b1878

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ In case of trouble there are debug information inside LVGL. In the `ESP32_TFT_eS
3636
# define LV_LOG_LEVEL LV_LOG_LEVEL_TRACE
3737
```
3838
39-
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.
39+
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.

library.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"type": "git",
1313
"url": "https://github.com/littlevgl/arduino"
1414
},
15-
"version": "2.0.0",
15+
"version": "2.0.1",
1616
"license": "MIT",
1717
"frameworks": "arduino",
1818
"build": {

library.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name=LittlevGL
2-
version=2.0.0
2+
version=2.0.1
33
author=Gabor Kiss-Vamosi
44
maintainer=Pavel Brychta <[email protected]>
55
sentence=Full-featured Graphics Library for embedded systems
66
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.
77
category=Display
8-
url=http://www.gl.littlev.hu
8+
url=https://littlevgl.com
99
architectures=*
1010
includes=lvgl.h

0 commit comments

Comments
 (0)