===========================
Library for drawing strings and chars to the Seeed Studio TFT touch screen (Version 1)
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/wiki/2.8''_TFT_Touch_Shield_V1.0
The user can create geometric shapes which includes polygons, triangles, squares and circles. See the example file for a tutorial on how to do this. The code documentation under the HTML folder also contains the code documentation as well.
The TFT library comes with the standard Arduino library. However, you will also need the following library:
- TouchScreen library (Link: https://github.com/adafruit/Touch-Screen-Library )
- Download the zipfile.
- Create a folder called TouchScreenStrings under your Arduino libraries folder.
- Install the TouchScreenStrings.cpp and TouchScreenStrings.h files under the newly created folder.
- All other files are (HTML, Latex, etc.) are not required but are recommended. They contain the code documentation.
The code was thoroughly documented using DOxygen. Please see the HTML folder for detailed code documentation.
See TouchScreenStrings_example.ino
There are no known bugs at this time. If you see any bugs, please contact me and I will do my best to resolve them.
You may also feel free to resolve them yourself. Just check with me before you submit any updates.
We become better programmers by always looking for ways to improve our code. Thus, I will always look for ways to improve this code. If you have any suggestions for improvement or would like to make improvements yourself, please let me know.