4. Examples
Sample codes and use-cases to get started
Paperdink Arduino Library Examples
To get started with the Paperdink library follow the instructions here→ .
Crypto Tracker
Track your cryptocurrency investments to see how much you’re in the red ;p
https://github.com/paperdink/PaperdInk-Library/tree/main/examples/Crypto_Tracker
Youtube Stats
Show off your youtube views and subscribers count
https://github.com/paperdink/PaperdInk-Library/tree/main/examples/Youtube_Stats
Wave
A clean dashboard with weather, date and day, up to 11 to-do items. Syncs to-do list with Todoist or Taiga.
https://github.com/paperdink/PaperdInk-Library/tree/main/examples/Wave
Calther
Display calendar, date, weather and to-do list synced with Todoist or Taiga.
https://github.com/paperdink/PaperdInk-Library/tree/main/examples/Calther
Quotes
Get inspired and reading random quotes from api.quotable.io
https://github.com/paperdink/PaperdInk-Library/tree/main/examples/Quotes
Other Examples
Minimal
Minimal example showing how to use GxEPD library with paperd.ink, you should see Albert Einstein.
https://github.com/paperdink/minimal_GxEPD
Hello World
Minimal example using GxEPD2 library with paperd.ink, you should see “hello world” and some images with partial update demo.
https://github.com/paperdink/minimal_GxEPD2
Simple Buzzer
Simple example playing the mario theme song using the buzzer.
https://github.com/paperdink/simple_buzzer
Minimal Micropython
Minimal example showing how to use micropython with paperd.ink. Note that support is currently limited.