Skip to content

Commit

Permalink
chore: new example for Wireless Paper: "download.ino"
Browse files Browse the repository at this point in the history
  • Loading branch information
todd-herbert committed Feb 18, 2024
1 parent 9ab232c commit 57e9055
Show file tree
Hide file tree
Showing 8 changed files with 2,270 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,8 @@ src/led_button_demo.h
src/lora_demo_install.h
src/sleep_demo.h
src/wifi_demo.h
src/TJpg_Decoder.cpp
src/TJpg_Decoder.h
src/tjpgd.c
src/tjpgd.h
src/tjpgdcnf.h
9 changes: 4 additions & 5 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -445,8 +445,7 @@ Call [`fastmodeOff()`](/docs/API.md#fastmodeoff) to return to normal.

## Acknowledgements

Display information referenced from both [official Heltec sources](https://github.com/HelTecAutomation/e-ink), and [GxEPD2](https://github.com/ZinggJM/GxEPD2)

Drawing functions provided by [GFX Root](https://github.com/ZinggJM/GFX_Root), which itself is a stripped down version of [Adafruit GFX](https://github.com/adafruit/Adafruit-GFX-Library).

A bundled version of [SdFat](https://github.com/greiman/SdFat) is used with some platforms.
* Display information referenced from both [official Heltec sources](https://github.com/HelTecAutomation/e-ink), and [GxEPD2](https://github.com/ZinggJM/GxEPD2).
* Drawing functions provided by [GFX Root](https://github.com/ZinggJM/GFX_Root), which itself is a stripped down version of [Adafruit GFX](https://github.com/adafruit/Adafruit-GFX-Library).
* A bundled version of [SdFat](https://github.com/greiman/SdFat) is used with some platforms.
* [TJpg_Decoder](https://github.com/Bodmer/TJpg_Decoder) is bundled with certain examples.

0 comments on commit 57e9055

Please sign in to comment.