From 86c28355abc5a1d7d3a61df5089a2f82b439ff19 Mon Sep 17 00:00:00 2001
From: embeddedt <42941056+embeddedt@users.noreply.github.com>
Date: Sun, 30 Jun 2019 09:31:01 -0400
Subject: [PATCH 1/2] Update links in README.md
---
README.md | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index d3d9b3cb0..bd9088b2a 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
LittlevGL - Open-source Embedded GUI Library
-
+
@@ -13,7 +13,7 @@ LittlevGL provides everything you need to create a Graphical User Interface (GUI
@@ -27,7 +27,8 @@ LittlevGL provides everything you need to create a Graphical User Interface (GUI
### Features
* **Powerful building blocks** buttons, charts, lists, sliders, images, etc.
* **Advanced graphics** with animations, anti-aliasing, opacity, smooth scrolling
-* **Various input devices** touch pad, mouse, keyboard, encoder, buttons, etc.
+* **Simultaneously use various input devices** touchscreen, mouse, keyboard, encoder, buttons, etc.
+* **Simultaneously use multiple displays** i.e. monochrome and color display
* **Multi-language support** with UTF-8 encoding
* **Fully customizable** graphical elements
* **Hardware independent** to use with any microcontroller or display
@@ -128,7 +129,7 @@ bool my_touchpad_read(lv_indev_t * indev, lv_indev_data_t * data)
```
6. Call `lv_task_handler()` periodically every few milliseconds in the main `while(1)` loop, in Timer interrupt or in an Operation system task. It will redraw the screen if required, handle input devices etc. **It's very important that you don't call `lv_tick_inc` in the same loop.**
-For a detailed description check the [Documentation](https://docs.littlevgl.com/#Porting) or the [Porting examples](https://github.com/littlevgl/lvgl/tree/multi-disp/lv_porting).
+For a detailed description check the [Documentation](https://docs.littlevgl.com/en/html/porting/index.html) or the [Porting examples](https://github.com/littlevgl/lvgl/tree/master/lv_porting).
### Code examples
From 38cbc2fdeac7b4a2b41e95d5503b5b75801b3e54 Mon Sep 17 00:00:00 2001
From: Gabor Kiss-Vamosi
Date: Mon, 1 Jul 2019 06:23:34 +0200
Subject: [PATCH 2/2] Update README.md
---
README.md | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/README.md b/README.md
index bd9088b2a..c20ea4490 100644
--- a/README.md
+++ b/README.md
@@ -14,16 +14,11 @@ LittlevGL provides everything you need to create a Graphical User Interface (GUI
Website ·
Live demo ·
Simulator ·
+Forum ·
Docs ·
Blog
-
-
### Features
* **Powerful building blocks** buttons, charts, lists, sliders, images, etc.
* **Advanced graphics** with animations, anti-aliasing, opacity, smooth scrolling