From f2d2f48c658eb625a8da11ee2ff02b55d119a908 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20BOU=C3=89?= Date: Mon, 29 Jul 2024 16:19:23 +0200 Subject: [PATCH 1/6] Update README.md --- examples/SquareLine/v8/Porting/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/SquareLine/v8/Porting/README.md b/examples/SquareLine/v8/Porting/README.md index b3dab88e..07a287fd 100644 --- a/examples/SquareLine/v8/Porting/README.md +++ b/examples/SquareLine/v8/Porting/README.md @@ -1,6 +1,6 @@ # SquareLine Porting Example -The example demonstrates how to port SquareLine (v1.3.x) project. And for RGB LCD, it can enable the avoid tearing fucntion. +The example demonstrates how to port SquareLine (v1.3.x) project. And for RGB LCD, it can enable the avoid tearing function. ## How to Use From 7292ac03772fc46a763cac4e347d9ae2d93fd0f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20BOU=C3=89?= Date: Mon, 29 Jul 2024 16:21:31 +0200 Subject: [PATCH 2/6] Update README.md --- examples/PlatformIO/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/PlatformIO/README.md b/examples/PlatformIO/README.md index 1baa93a1..fac6aa2a 100644 --- a/examples/PlatformIO/README.md +++ b/examples/PlatformIO/README.md @@ -1,6 +1,6 @@ # PlatformIO Example -The example is used to guide how to use this library in PlatformIO. It also demonstrates how to port LVGL(v8). And for RGB LCD, it can enable the avoid tearing fucntion. +The example is used to guide how to use this library in PlatformIO. It also demonstrates how to port LVGL(v8). And for RGB LCD, it can enable the avoid tearing function. It is by default suitable for **ESP32-S3-LCD-EV-Board** and **ESP32-S3-LCD-EV-Board-2** boards. Users should modify the [boards/ESP-LCD.json](boards/ESP-LCD.json) file as needed. From f06b30e3e4f841599c175b0a2021f466b3c428e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20BOU=C3=89?= Date: Mon, 29 Jul 2024 16:22:28 +0200 Subject: [PATCH 3/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e37bdc9d..1e836ab5 100644 --- a/README.md +++ b/README.md @@ -292,7 +292,7 @@ The following example demonstrates how to develop built-in or custom development For configuring LVGL (v8.3.x), please refer to [here](#configuring-lvgl) for more detailed information. -* [Porting](examples/LVGL/v8/Porting/): This example demonstrates how to port LVGL (v8.3.x). And for RGB LCD, it can enable the avoid tearing fucntion. +* [Porting](examples/LVGL/v8/Porting/): This example demonstrates how to port LVGL (v8.3.x). And for RGB LCD, it can enable the avoid tearing function. * [Rotation](examples/LVGL/v8/Rotation/): This example demonstrates how to use LVGL to rotate the display. > [!WARNING] From bbfe5a56d7e80109feea42aa0012d6a4c141bb39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20BOU=C3=89?= Date: Mon, 29 Jul 2024 16:23:25 +0200 Subject: [PATCH 4/6] Update Porting.ino --- examples/SquareLine/v8/Porting/Porting.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/SquareLine/v8/Porting/Porting.ino b/examples/SquareLine/v8/Porting/Porting.ino index 2f61f90d..b71d1d53 100644 --- a/examples/SquareLine/v8/Porting/Porting.ino +++ b/examples/SquareLine/v8/Porting/Porting.ino @@ -1,7 +1,7 @@ /** * # SquareLine Porting Example * - * The example demonstrates how to port SquareLine (v1.3.x) project. And for RGB LCD, it can enable the avoid tearing fucntion. + * The example demonstrates how to port SquareLine (v1.3.x) project. And for RGB LCD, it can enable the avoid tearing function. * * ## How to Use * From efed711db2dff3fa80d2df5b2e98d57c11a4b9f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20BOU=C3=89?= Date: Mon, 29 Jul 2024 16:23:47 +0200 Subject: [PATCH 5/6] Update README.md --- examples/LVGL/v8/Porting/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/LVGL/v8/Porting/README.md b/examples/LVGL/v8/Porting/README.md index 158d0ce0..0df0b737 100644 --- a/examples/LVGL/v8/Porting/README.md +++ b/examples/LVGL/v8/Porting/README.md @@ -1,6 +1,6 @@ # LVGL Porting Example -The example demonstrates how to port LVGL(v8). And for RGB LCD, it can enable the avoid tearing fucntion. +The example demonstrates how to port LVGL(v8). And for RGB LCD, it can enable the avoid tearing function. ## How to Use From fa78d00bbf4d84aa6c3b5f4445960de5226f7fa1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20BOU=C3=89?= Date: Mon, 29 Jul 2024 16:23:58 +0200 Subject: [PATCH 6/6] Update Porting.ino --- examples/LVGL/v8/Porting/Porting.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/LVGL/v8/Porting/Porting.ino b/examples/LVGL/v8/Porting/Porting.ino index bca0a605..97435d0b 100644 --- a/examples/LVGL/v8/Porting/Porting.ino +++ b/examples/LVGL/v8/Porting/Porting.ino @@ -1,7 +1,7 @@ /** * # LVGL Porting Example * - * The example demonstrates how to port LVGL(v8). And for RGB LCD, it can enable the avoid tearing fucntion. + * The example demonstrates how to port LVGL(v8). And for RGB LCD, it can enable the avoid tearing function. * * ## How to Use *