## End org code

## Start first colorwave test
import rgb
rgb.clear()
for x in range (0, 32):
	rgb.pixel(color=(255,0,0), pos=(4,x))

## End 1 color run
## First Test Lines