Initialize the Elumens display
<spi>.init( | |
channels = 3 | |
format = spi.PBUFFER | |
) |
Pixel formats | |
spi.BACKBUFFER | Render to back buffer |
spi.PBUFFER | Render to pixel buffer |
spi.TEXTURE | Render to texture |
spi.AUTO | Automatically determine best rendering surface |
GUI objects (buttons,sliders,etc..)
Objects attached to the SCREEN or HEAD
Subwindows
Framerate display
IMPORTANT: This command must be called after viz.go()