Skip to content

Commit 3d1e44c

Browse files
authored
fix(examples): fix 'Tearing fucntion' typo by @lboue (#96)
* Update README.md * Update README.md * Update README.md * Update Porting.ino * Update README.md * Update Porting.ino
1 parent a369ec5 commit 3d1e44c

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ The following example demonstrates how to develop built-in or custom development
292292

293293
For configuring LVGL (v8.3.x), please refer to [here](#configuring-lvgl) for more detailed information.
294294

295-
* [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.
295+
* [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.
296296
* [Rotation](examples/LVGL/v8/Rotation/): This example demonstrates how to use LVGL to rotate the display.
297297

298298
> [!WARNING]

examples/LVGL/v8/Porting/Porting.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* # LVGL Porting Example
33
*
4-
* The example demonstrates how to port LVGL(v8). And for RGB LCD, it can enable the avoid tearing fucntion.
4+
* The example demonstrates how to port LVGL(v8). And for RGB LCD, it can enable the avoid tearing function.
55
*
66
* ## How to Use
77
*

examples/LVGL/v8/Porting/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# LVGL Porting Example
22

3-
The example demonstrates how to port LVGL(v8). And for RGB LCD, it can enable the avoid tearing fucntion.
3+
The example demonstrates how to port LVGL(v8). And for RGB LCD, it can enable the avoid tearing function.
44

55
## How to Use
66

examples/PlatformIO/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PlatformIO Example
22

3-
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.
3+
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.
44

55
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.
66

examples/SquareLine/v8/Porting/Porting.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* # SquareLine Porting Example
33
*
4-
* The example demonstrates how to port SquareLine (v1.3.x) project. And for RGB LCD, it can enable the avoid tearing fucntion.
4+
* The example demonstrates how to port SquareLine (v1.3.x) project. And for RGB LCD, it can enable the avoid tearing function.
55
*
66
* ## How to Use
77
*

examples/SquareLine/v8/Porting/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SquareLine Porting Example
22

3-
The example demonstrates how to port SquareLine (v1.3.x) project. And for RGB LCD, it can enable the avoid tearing fucntion.
3+
The example demonstrates how to port SquareLine (v1.3.x) project. And for RGB LCD, it can enable the avoid tearing function.
44

55
## How to Use
66

0 commit comments

Comments
 (0)