ESP32Radio-V2
ESP32Radio-V2 copied to clipboard
E-Paper Display
Hello! Maybe it'l be very interesting to put this project to E-Paper Display Like this https://aliexpress.ru/item/1005001844173025.html?sku_id=12000024100948301 It can change displaying information partial. And looks good.
quite expensive to me, and it has the big display which not fully utilized for an internet radio. even small ttgo display is quite pricy than using a standard tft modules.
if your intention to add the radio functionalities on top of forecast epaper that was a different story
But I really interested to Do it. Can You help? If it question of money I can buy for you this module. So we together can realize that.
time the only reason i could not help on this. probably @Edzelf will.
adding epaper is almost the same as other display. to start you could:
- get one small epaper spi module
- add epaper library in pio ini
- extend the base dummytft codes from the lib folder and add the text to follow existing display modules codes.
probably the challenge is to fix existing library if is not compatible. matching the spi clock. other than that is pretty straightforward.
I already have one. Very cute thing. You mean that I take Edzelf/ESP32Radio-V2 project and integrate into the epaper functionality?