wayland/arduino-tvout@0.0.3

License: AGPL-3.0

Library for generating composite video on Arduino. Wraps Arduino-TVout (https://github.com/Avamander/arduino-tvout). Information on hardware connections can be found here: https://playground.arduino.cc/Main/TVout/
NodeDescription
clear-screen
Clear screen. Fills screen with black pixels.
delay
Delays screen update for specified number of milliseconds.
delay-n-frames
Delay for specified number of frames.
draw-circle
Draw a circle at X, Y with a specified radius.
draw-column
Fill a column between two rows.
draw-line
Draw a line between two points.
draw-pixel
Set the color of a pixel.
draw-rectangle
Draw a rectangle at X, Y with a specified width and height.
draw-row
Fill a row between two columns.
draw-text
Draw text.
example-draw-lines
Example to demonstrate drawing lines using draw-line, draw-column and draw-row nodes.
example-draw-shapes
Example to show use of draw-rectangle and draw-circle nodes.
example-draw-text
Example shows the font sizes available on the draw-text node.
example-fill-clear
Test of fill, clear and delay-n-frames nodes.
example-shift-screen
Example to demonstrate shifting screen buffer.
fill-screen
Fill the screen with specified color.
get-resolution
Report resolution of display.
invert-color
Invert screen color.
shift-screen
Shift screen up, down, left or right by a specified distance.
tvout-device
Create a tvout device with specified MODE (PAL or NTSC) and resolution.
To use the nodes in your project you should have the wayland/arduino-tvout 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.