AWind (arduino window) is Arduino-library that is intended to simplify the use of touch TFT and OLED displays for visualization of sensors data in text or chart form. It is also possible to interact with GUI by the use of display touch feature. The library is implemented as general window framework that allows creation of simple GUIs. The GUI is consist of labels, text fields, buttons, tab control, gauges, chart window and etc. For TFT the special keyboard window is implemented to provide runtime possibility of changing text fields. At this moment TFT and OLED displays are tested on Arduiono Mega and Arduino DUE. ESPxx boards are coming soon.
Uncompress those libraries into arduinosketchfolder/libraries/ folder
To connect display see descriptions for corresponding hardware and libraries .
The content of awind_full.zip from https://github.com/AndreiDegtiarev/AWind/releases uncompress into arduinosketchfolder/libraries/ folder.
Restart the IDE
API documentation: http://andreidegtiarev.github.io/AWind/
In the each example folder there is a screen-shots to demonstrate how results should looks like