#
# LED strip example
#

RowMajor # Memory layout
HSL      # 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,150
 60,200,150
120,200,150
180,200,150
240,200,150
300,200,150
