Mark31
September 22, 2018, 7:26am
1
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?
lesept
September 22, 2018, 10:26am
2
'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
Mark31
September 22, 2018, 2:38pm
3
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.
lesept
September 22, 2018, 5:35pm
4
Have a look at this library , it might do what you're looking for.
Otherwise, Google 'arduino graphical interface library' you may find others.
Mark31
September 23, 2018, 8:53am
5
Thank You, You have been really helpful.
I have find what I was looking for.
Have a nice day