2.4" TFT LCD GUI menu

Hello everyone!

I'm currently having some difficulties in understanding how to program tft lcd.I want to get a menu or a GUI so I can control somewitches(e.g. change audio amp input) and switch between tabs(clock,input,volume etc...). I already know how i will be controlling the switches, but i don't have a clue about how to make a menu or display a bar audio spectrum analyzer or display time from DS1307. I've already managed to get the tft going and I can load some basic sketches like paint,bmp,graphics test...

I have available an Uno,Mega,Nano and Pro Mini and I've tested and confirmed it's working with Mega and Uno.

Any help will be appreciated. :grinning:

P.S. I'm using a modified Adafruit GFX lib and SWTFT lib

I've used this page to get it going: a-2-4-tft-touchscreen-shield-for-arduino

tft.JPG

Hi,

I also have similar TFT & worked with same library, if you are looking for a MENU, the search on web for JOS menu on web & with small changes here and there you can use that code which has lot of good functions.

I have also used the same JOS Code.

Regards,
Sids

1 Like

Thanks a lot!