Recently, I've been playing around with my IteadStudio 2.8 TFT Touch shield and have (after tons of searching for a library that works at all) used the UTFT and UTouch libraries for it. However, I've noticed that they take tons of memory so I maybe can fit one main menu screen and another one as well.
So I was wondering if anyone knows if my specific screen can be used with other libraries that are much smaller and hopefully faster as well?
The different pins of my shield is on the link I provided if that is needed. I've tried using the normal Arduino TFT library but that seems to need other pins than what I've got although the pin list isn't exactly too self explanatory.
Also I've found the above video(which apparently cannot be put in a spoiler or simply as a link..) which shows that it's obviously possible to make it a lot faster, but it's code isn't compatible for my screen and I don't have enough C++ experience to be able to make it compatible.
So I guess in the end the question is simply, is it possible to make my TFT screen work faster and with less memory?
"Only" 6254 bytes.
21 524 bytes with small and big font and 15 270 bytes without in a test project that just makes the screen blue and draws some text when pushing the "button" parts on the screen.
The main thing is really the speed though. It seems like it's a lot slower than it could've been.