1eec659894
* Fixed typo: Back->Black * Added Upgrade Rules to fix spelling * Removed extra isEmpty * Added previous BackAndWhite to allow for compilation of old scripts
758 B
758 B
Led
Control of the LED screen.
led.plot(0, 0);
led.unplot(0, 0);
led.point(0, 0);
led.toggle(0, 0);
led.brightness();
led.plotBrightness(0, 0, 255)
led.setBrightness(255);
led.stopAnimation();
led.plotBarGraph(0, 0);
led.setDisplayMode(DisplayMode.BlackAndWhite);
led.enable(false)
See Also
plot, unplot, point, brightness, setBrightness, stopAnimation, plotBarGraph, toggle, setDisplayMode, enabled, plotBrightness,