If you have used the TFT LCD in your project, no matter the 8/16bit parallel port LCD or the SPI serial LCD, you need a huge GUI display library in your Arduino, like the UTFT library or so. If there is more than 10 pages in your project, the GUI coding will be a hell job!
It's the reason why we make this new TFT LCD module with GPU. You don't need to care about the GUI coding, you can use the WYSIWYG editor to build your GUI ,and download them into the GPU memory - than you can use the MCU to send command via UART to control the TFT LCD now. All build in objet can be control by UART command.
Just use the Serial.print() you can build the interactive UI like this:
It saves your time to code the GUI, and you don't need spend much resource of your MCU to do the display control! Ardiuno nano can do the think that you should use the MEGA before . Its price is nearly the same as the normal TFT LCD.
Hmm, I think that would connect nicely to one of my ITead GBoards I've already contributed to the campaign for one of each display, good to see the level of interest, funded in 3 days of 40...
I think everyone's keen to see the Nextion editor though - will you consider some of us for beta testing of the software?
I got mine in the mail yesterday.
It works very well, and just for fun I tried it with an ATtiny85 which also worked, so a touch screen with a tiny I think is very impressive.
This exemple uses the SoftwareSerial in order not to interfere with the Arduino Uno USB link, and bidirectionnal exchanges between the Arduino Uno and the Nextion 4.3.
They're reasonably priced on E-Bay. That's where I originally found them but the description on how they tie in with a project was lacking. Too much sales pitch. lol But now that I see how all the pieces tie together I'm sold.