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] 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 * 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 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. 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 * 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