- Adafruit GFX library by Adafruit (tested with v1.7.5)
- GxEPD2 by Jean-Marc Zingg version (tested with v1.3.9)
- Update wifi details and time zone in config.h
- Upload image.bmp onto a FAT32 formatted microSD card
- Insert microSD card in paperd.ink
- Upload sketch and follow along on screen instruction
- Set up a wifi AP with internet connectivity having both name and password as 'pitest'. This can be a router or a mobile hotspot
- Download esptool from here
https://github.com/espressif/esptool/releases
- Upload image.bmp onto a FAT32 formatted microSD card
- Insert microSD card in paperd.ink
- Upload using following command. Replace
<port>
with COM port on windows or tty port on max/linux.python3 esptool.py --chip esp32 --port <port> --baud 921600 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m --flash_size detect 0x00 ./paperd.ink.bin