License: AGPL-3.0
Node | Description |
---|---|
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. |