Skip to content

Commit

Permalink
Merge pull request #79 from DavidM42/master
Browse files Browse the repository at this point in the history
Added LilyGo T5 4.7inch EPD PlatformIO example
  • Loading branch information
vroland authored Apr 29, 2021
2 parents ea3f6c8 + e9bd0f9 commit e228afb
Show file tree
Hide file tree
Showing 6 changed files with 8,428 additions and 0 deletions.
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

0 comments on commit e228afb

Please sign in to comment.