feat: add lilygo t5 e-paper support#180
Conversation
|
Btw have you tried rendering anything more impressive than a block and text on the screen? I'm just curious about how it might look and possible limitations. |
|
We should also update CI for checking whether the example compiles :) |
|
I gave a shot at adding the CI for the new example. It's a bit tricky, because of the lilygo-epd47 driver being tied to the esp32s3 microcontroller. I will try to figure a way to solve this, but any idea is welcome :) |
|
In fact, I realize it's even worst than what I thought, it's not the example compilation that fails but the whole project build with |
|
I reworked the dependencies to make it work. |
9e534e3 to
dffecee
Compare
Hi!
Thank you for making mousefood :)
Here is a PR to add support for lilygo T5 e-paper.
I am not sure about the color mapping part, for the rest I mainly followed what was done for other e-ink display.
I wanted to follow the PR template but was not able to find it.