Skip to content
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

Added LilyGo T5 4.7inch EPD PlatformIO example #79

Merged
merged 2 commits into from
Apr 29, 2021
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
5 changes: 5 additions & 0 deletions examples/lilygo-t5-47-epd-platformio/.gitignore
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
6 changes: 6 additions & 0 deletions examples/lilygo-t5-47-epd-platformio/README.md
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.
Loading