Libraries & sketches for animations or advanced graphics using ILI9341 TFTLCD

Hi everybody!

I'm programming an ARDUINO MEGA 2560 shielded to a ILI9341 TFTLCD 2.8' touchscreen.

I'm using <Adafruit_TFTLCD.h> and <Adafruit_GFX.h> to draw screens.
They include just basic functions to draw simple rectangles, circles, Texts...

Do You know if there are other libraries with more elaborated functions?
Or sketches with some useful animation?

'useful' is quite a personal notion, what is useful for you may not be for someone else.
Have a look here, maybe it can help

Thanks for the answer.

For useful I mean a function to draw moving buttons on the screen or to draw a keyboard or to write a text with a contour frame that adapts its dimension to the lenght of the text.

very simple things, but with long codes.

Have a look at this library, it might do what you're looking for.
Otherwise, Google 'arduino graphical interface library' you may find others.

Thank You, You have been really helpful.

I have find what I was looking for.

Have a nice day :wink:

You're welcome !