Quick question for you guys, any specific code to reset the LED's to OFF?

Quick question for you guys, any specific code to reset the LED’s to OFF? I was thinking setting color to black could work, but I would like to have a LEDS.off or something?

I am learning coding, and a definitely consider myself new, I appreciate the assistance.

Just set the LEDs to black for powering them off. You may want to use the “fill_solid” function to switch all LEDs to e.g. black with one call (ref http://code.google.com/p/fastspi/wiki/SetLEDColor )

Thank you Christian!