Skip to content

Commit

Permalink
Change order of value in ColorAnimation message according (new) descr…
Browse files Browse the repository at this point in the history
…iption on homepage.
  • Loading branch information
breaker27 committed Aug 3, 2014
1 parent dfaa0eb commit 1e0b9c6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tools/shc_e2p_editor/packet_layout.xml
Expand Up @@ -563,20 +563,20 @@
</BoolValue>
<Array>
<Length>10</Length>
<UIntValue>
<ID>Time</ID>
<Description>The time for the animation between the current color and the next one. The number of seconds used is 0.05 * 1.3 ^ Time and covers the range from 0.03s to 170s. Use 0 to mark the end of the animation. Further values will be ignored.</Description>
<Bits>5</Bits>
<MinVal>0</MinVal>
<MaxVal>31</MaxVal>
</UIntValue>
<UIntValue>
<ID>Color</ID>
<Description>The color is according to the 6 bit color palette used in SHC. The last color (or the first when AutoReverse is true) of the animation will remain visible after the animation is completed.</Description>
<Bits>6</Bits>
<MinVal>0</MinVal>
<MaxVal>63</MaxVal>
</UIntValue>
<UIntValue>
<ID>Time</ID>
<Description>The time for the animation between the current color and the next one. The number of seconds used is 0.1s * 1.3 ^ Time and covers the range from 0.1s to 341s. Use 0 to mark the end of the animation. Further values will be ignored.</Description>
<Bits>5</Bits>
<MinVal>0</MinVal>
<MaxVal>31</MaxVal>
</UIntValue>
</Array>
</Message>
</MessageGroup>
Expand Down

0 comments on commit 1e0b9c6

Please sign in to comment.