Skip to content

Commit bb48530

Browse files
committed
fix(examples): fix WiFiClock description
closes #95
1 parent 1f8d12a commit bb48530

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
* fix(examples): fix `LV_USE_DEMO_WIDGETS` typo by @lboue (#98)
1717
* fix(examples): fix `Tearing fucntion` typo by @lboue (#96)
1818
* fix(examples): fix WiFiClock log HTTP error code to serial console by @lboue (#97)
19+
* fix(examples): fix WiFiClock description
1920
* fix(gt911): allow to set the GT911 touch device address by @lboue (#86)
2021
* fix(conf): fix the issue that the `ESP_PANEL_EXPANDER_HOST_ID` flag is not working properly
2122
* fix(conf): fix `LCD Venbdor` typo (#92)

examples/SquareLine/v8/WiFiClock/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Squareline Simple Wi-Fi Clock Example
22

3-
This example implements a simple Wi-Fi clock demo, which UI is created by Squareline Studio. And this example applies to LCDs with resolutions between *320x240* and *800x480*.
3+
This example implements a simple Wi-Fi clock demo, which UI is created by Squareline Studio.
4+
5+
This example can run on various LCD resolutions, but since the UI itself is designed based on a 320x240 resolution, it will look very uncoordinated if the actual resolution is too large.
46

57
## How to Use
68

examples/SquareLine/v8/WiFiClock/WiFiClock.ino

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
/**
22
* # Squareline Simple Wi-Fi Clock Example
33
*
4-
* This example implements a simple Wi-Fi clock demo, which UI is created by Squareline Studio. And this example applies to LCDs with resolutions between *320x240* and *800x480*.
4+
* This example implements a simple Wi-Fi clock demo, which UI is created by Squareline Studio.
5+
*
6+
* This example can run on various LCD resolutions, but since the UI itself is designed based on a 320x240 resolution, it will look very uncoordinated if the actual resolution is too large.
57
*
68
* ## How to Use
79
*

0 commit comments

Comments
 (0)