This is my first topic post, so I hope that I did this correctly and by the rules.
I'm not sure how to word it perfectly.
While I have a bunch of ST7735 based displays, I pretty much stay away from using them, due to library size.
So I'm wondering if there's a library that is more basic (letters/numbers some symbols) available. I've been searching a lot and can't really find one.
The issue I have with these Libraries for these displays is that they take up so much memory that there's not a lot of space for the sketch.
I've even taken one of the examples and stripped it down a lot just to test.
Yet, when compiled on an Arduino Nano, it takes up 67% of program space!
That leaves only about 10% for a sketch until you hit the bug at around 75% or so that starts causing glitches on the Nano.
So then, I tested on a Nano Every board and even there, the same tiny test sketch takes up a whopping 49% !
Next test is on an ESP32 WROOM DA Module (I have a bunch), the same small test uses up 21% of program space.
So years ago, I did find a tiny version of a library that worked with the ST7735 displays, which didn't chew up program space.
But I can't find it now and it wouldn't work with the Nano Every or ESP32 anyway.
I haven't done any work with modifying libraries, so that idea is out.
I won't bother posting the test sketch, because anyone using these libraries already have it on the "Examples" list.
Ideas?
p.s. (If I didn't do this right, please let me know and I'll delete it).
Thanks