strud

Results 5 comments of strud

I have the same issue, after renaming compilation is fine. Further note: I have not seen this when using the library with ESP32 and Teensy4.1 projects, only now that I...

@gary00k I have been writing/updating only parts of the screen required to change using the buffer method eg, wiping out previous text with a rectangle then writing the nex text,...

I would very much like this feature also, for the same reason ie text inlays

Hi @joepasquariello I'm having all sorts of issues getting this to work.. The specifc error I'm getting is: no declaration matches 'bool IntervalTimerEx::begin(std::function, period_t)' I have implemented your recommended changes...

Hi sreekants, I had this issue recently and yes you must call rc.close() every cycle to release the memory. I have also suggested it be added to the example code....