#
# LED strip example
#

RowMajor # Memory layout
HSV      # Color type
6        # The number of X pixels
1        # The number of Y pixels
0        # Use the default LED size
1        # Frame delay = 1 * 10 mS = 10 mS
noloop   # Loop mode

# First frame
  0,200,200
 60,200,200
120,200,200
180,200,200
240,200,200
300,200,200
