Open Shohreh opened 2 years ago
Ok this is simply that I haven't done the work to do a ESP32-S2 build. Is that the nice new ESP32-S2 T-Display board? I was thinking of targeting that :)
Note Lilygo do two versions of the ESP32-S2 T8 - One with a small lcd and one without. Are you referring to the one with a display?
The advantage of the EPD displays is that they can permanently display an image without drawing power. The actual redraw is quite power hungry. Therefore I suspect that with some power management in certain use cases an LCD would actually be more power efficient.
EPD will win if:-
LCD will win if:-
It will take some time to implement LCD support that power saves at appropriate times so that the advantages of this design direction could be attained. Keep your T8 board I'd say this is a good first target for an LCD mode.
Thank you
Hello,
Since I have a T8 device (ESP32-S2 module) that won't run the TFT_eSPI module with another, Arduino-based firmware… I tried compiling AirMeterIO, but it fails after a while with:
Cheers,