https://steve.fi/hardware/d1-epaper/
It wasn't easy as I couldn't get GIF/JPG, or similar, working. As the library I was using used a buffer my RAM usage was twice as much as expected. In the end I used a simple home-made RLE-kinda image encoding. Then I'd stream those updates.
https://steve.fi/hardware/d1-epaper/
It wasn't easy as I couldn't get GIF/JPG, or similar, working. As the library I was using used a buffer my RAM usage was twice as much as expected. In the end I used a simple home-made RLE-kinda image encoding. Then I'd stream those updates.