#
# This is a comment
#

#
# Empty lines like above and below are ignored
#

# Memory layout - currently only a small number of memory layouts are supported
<   RowMajor|   RowMajorRX|   RowMajorRY|   RowMajorRXY|
 AltRowMajor|AltRowMajorRX|AltRowMajorRY|AltRowMajorRXY>

# Color type - only HSV, HSL, W, RGB, RGBW, XRGB colors and some of their variants are supported
#              (note that the X channel value is always ignored)
<HSV|HSL|W|RGB|RGBW|XRGB|etc...>

# The number of X pixels (columns)
<uinsigned_integer>

# The number of Y pixels (rows)
<uinsigned_integer>

# LED size - 1 to 5 ; 0 = default
<uinsigned_integer>

# Frame delay - in multiple of 10 mS
<uinsigned_integer>

# Loop mode
# If <exit_delay> is specified, the simulator will exit after <exit_delay> frames after the last frame is displayed
<loop|noloop [exit_delay]>

# Frame color data - each line is one pixel
<uinsigned_integer>, <uinsigned_integer>, <uinsigned_integer>
<uinsigned_integer>, <uinsigned_integer>, <uinsigned_integer>
...
