bradzilla84/arduino-tft-lib@0.1.0

License: GPL

This library enables an Arduino board to communicate with the Arduino TFT LCD screen. It simplifies the process for drawing shapes, lines, images(COMING SOON), and text to the screen. The Arduino TFT library extends the Adafruit GFX, and Adafruit ST7735 libraries that it is based on. The GFX library is responsible for the drawing routines, while the ST7735 library is specific to the screen on the Arduino TFT. The Arduino specific additions were designed to work as similarly to the Processing API as possible. This is just a Wrapper for the Arduino TFT Library........
NodeDescription
colour
Set Colour's(pulse to update)(Check example for usage)Easy to Theme.
tft-device
Main Display Device
display-text
Write text to the screen at the given coordinates.
draw-circle
Draw a Circle at location, With or Without Fill and Outline.
draw-fillscreen
Blanck/Fill the display with a Colour.
draw-line
Draw a Line
draw-point
Draw a single point on the display.
draw-rectangle
Draw a Rectangle
draw-triangle
Draw a Triangle
exampleNo description
To use the nodes in your project you should have the bradzilla84/arduino-tft-lib library installed. Use the “File → Add Library” menu item in XOD IDE if you don’t have it yet. See Using libraries for more info.