Skip to content

Tearing fucntion typo #96

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Jul 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion examples/LVGL/v8/Porting/Porting.ino
Original file line number Diff line number Diff line change
@@ -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
*
Expand Down
2 changes: 1 addition & 1 deletion examples/LVGL/v8/Porting/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion examples/PlatformIO/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion examples/SquareLine/v8/Porting/Porting.ino
Original file line number Diff line number Diff line change
@@ -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
*
Expand Down
2 changes: 1 addition & 1 deletion examples/SquareLine/v8/Porting/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
Loading