James Armstrong
James Armstrong
yes, pretty easy, but a hack. It would really be nicer to integrate the standard esphome display component to use this library so we can use the display commands. You...
> drawString(const String& string, int32_t x, int32_t y, uint8_t font),// Draw string using specified font number > ^~~~~~~~~~ > .piolibdeps/s3/tdisplays3/TFT_eSPI.h:567:12: note: candidate expects 4 arguments, 3 provided > .piolibdeps/s3/tdisplays3/TFT_eSPI.h:568:12: note:...
I dig some digging and it looks like you need to delete / free the Valuecallback after removing it. The removeHandler only removes it from the internal list. I had...
same, please fix