This is a library created for the Arduino Uno and Seeed Studio TFT touch screen (Version 1). Here is a link to the touch screen hardware: http://www.seeedstudio.com ...
This is basically a proof of concept to see how much of a difference it makes to not use Strings in a library. For a more full features Telegram library, check out the Universal Telegram Library ...
For remote control projects, a text-based serial protocol is often used. In the code for the receiver, switching to the corresponding commands can be done with switch...case in an elegant way. However ...