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

Commit

Permalink
Merge pull request #17 from Pablo2048/master
Browse files Browse the repository at this point in the history
v2.0.1 - web page url update
  • Loading branch information
Pablo2048 authored Jul 19, 2019
2 parents ac94d7c + add2d55 commit 28b1878
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name=LittlevGL
version=2.0.0
version=2.0.1
author=Gabor Kiss-Vamosi
maintainer=Pavel Brychta <[email protected]>
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

0 comments on commit 28b1878

Please sign in to comment.