-
Notifications
You must be signed in to change notification settings - Fork 192
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #79 from DavidM42/master
Added LilyGo T5 4.7inch EPD PlatformIO example
- Loading branch information
Showing
6 changed files
with
8,428 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
.pio | ||
.vscode/.browse.c_cpp.db* | ||
.vscode/c_cpp_properties.json | ||
.vscode/launch.json | ||
.vscode/ipch |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# LilyGo T5 4.7 Inch Example | ||
|
||
This is an example project to kick-start you using the LilyGo T5 4.7 inch EPaper display. | ||
|
||
It also incorporates a few deepsleep methods to show how to use deepsleep to effectively save battery. | ||
Additionally, it inherits and modifies the battery calculation code provided in examples by the manufacturer. |
Oops, something went wrong.