<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to FileReader</title><link>https://sourceforge.net/p/ledspicer/wiki/FileReader/</link><description>Recent changes to FileReader</description><atom:link href="https://sourceforge.net/p/ledspicer/wiki/FileReader/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 29 Aug 2022 03:49:40 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/ledspicer/wiki/FileReader/feed" rel="self" type="application/rss+xml"/><item><title>FileReader modified by MeduZaPaT</title><link>https://sourceforge.net/p/ledspicer/wiki/FileReader/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -7,7 +7,7 @@
 &lt;li&gt;**direction:** The direction the animation will move.
 &lt;/li&gt;&lt;li&gt;**format:** The file format, right now only one format is supported:
 &lt;ul&gt;
-&lt;li&gt;**RGBA** A very simple XML file format to diplay LED information used by other programs.
+&lt;/li&gt;&lt;li&gt;**RGBA** A very simple XML file format to display LED information used by other programs.
 &lt;/li&gt;&lt;/ul&gt;
 &lt;/li&gt;&lt;li&gt;**filename:** the full path to where the file is located.
 
@@ -24,11 +24,11 @@
        format="rgba"
    /&amp;gt;
 ```
-The  RGBA files will store rgb information in groups of three values from 0 to 255 per element, that means that if your system have six RGB or SINGLE color leds you need 6×3=18 values.
-Every element will be assigned in the same order it appear on their group.
+The  RGBA files will store RGB information in groups of three values from 0 to 255 per element, that means that if your system have six RGB or SINGLE color LEDs you need 6×3=18 values.
+Every element will be assigned in the same order it appears on their group.
 Every frame will be inside the anim tag and will be called frm, any other type element with different name will be ignored.
-every frame will have a dec="" with a comma separated values.
-This is an example file, lets call it example.rgba:
+Also, every frame will have a dec="" with a comma separated values.
+This is an example file, let's call it example.rgba:
 ```html
 &amp;lt;anim&amp;gt;
    &amp;lt;frm dec="255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"&amp;gt;
&amp;lt;/frm&amp;gt;&amp;lt;/anim&amp;gt;&lt;/li&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">MeduZaPaT</dc:creator><pubDate>Mon, 29 Aug 2022 03:49:40 -0000</pubDate><guid>https://sourceforge.neta50e320fa48f1825ab112956f8dae69cc283626d</guid></item><item><title>FileReader modified by MeduZaPaT</title><link>https://sourceforge.net/p/ledspicer/wiki/FileReader/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -25,6 +25,7 @@
    /&amp;gt;
 ```
 The  RGBA files will store rgb information in groups of three values from 0 to 255 per element, that means that if your system have six RGB or SINGLE color leds you need 6×3=18 values.
+Every element will be assigned in the same order it appear on their group.
 Every frame will be inside the anim tag and will be called frm, any other type element with different name will be ignored.
 every frame will have a dec="" with a comma separated values.
 This is an example file, lets call it example.rgba:
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">MeduZaPaT</dc:creator><pubDate>Thu, 21 Nov 2019 07:45:06 -0000</pubDate><guid>https://sourceforge.netb7ca60f2ffc5f818a0c7a23c1a6c2cf6adea3e6e</guid></item><item><title>FileReader modified by MeduZaPaT</title><link>https://sourceforge.net/p/ledspicer/wiki/FileReader/</link><description>&lt;div class="markdown_content"&gt;&lt;div class="toc"&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#filereader"&gt;FileReader&lt;/a&gt;&lt;ul&gt;
&lt;li&gt;&lt;a href="#example"&gt;Example&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;h1 id="filereader"&gt;FileReader&lt;/h1&gt;
&lt;p&gt;This actor will read a file with animation data.&lt;br/&gt;
This actor only have six parameters: speed, direction, filename, format&lt;br/&gt;
&lt;/p&gt;&lt;ul&gt;&lt;br/&gt;
&lt;li&gt;&lt;strong&gt;speed:&lt;/strong&gt; The speed the frames will be displayed.&lt;br/&gt;
&lt;/li&gt;&lt;li&gt;&lt;strong&gt;direction:&lt;/strong&gt; The direction the animation will move.&lt;br/&gt;
&lt;/li&gt;&lt;li&gt;&lt;strong&gt;format:&lt;/strong&gt; The file format, right now only one format is supported:&lt;br/&gt;
&lt;ul&gt;&lt;br/&gt;
&lt;li&gt;&lt;strong&gt;RGBA&lt;/strong&gt; A very simple XML file format to diplay LED information used by other programs.&lt;br/&gt;
&lt;/li&gt;&lt;/ul&gt;&lt;br/&gt;
&lt;/li&gt;&lt;li&gt;&lt;strong&gt;filename:&lt;/strong&gt; the full path to where the file is located.&lt;br/&gt;
&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;
&lt;h2 id="example"&gt;Example&lt;/h2&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;    &lt;span class="p"&gt;&amp;lt;&lt;/span&gt;&lt;span class="nt"&gt;actor&lt;/span&gt;
        &lt;span class="na"&gt;type&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="s"&gt;"FileReader"&lt;/span&gt;
        &lt;span class="na"&gt;group&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="s"&gt;"All"&lt;/span&gt;
        &lt;span class="na"&gt;filter&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="s"&gt;"Combine"&lt;/span&gt;
        &lt;span class="na"&gt;direction&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="s"&gt;"Forward"&lt;/span&gt;
        &lt;span class="na"&gt;speed&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="s"&gt;"Normal"&lt;/span&gt;
        &lt;span class="na"&gt;filename&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="s"&gt;"/home/pi/rgba/filename.rgba"&lt;/span&gt;
        &lt;span class="na"&gt;format&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="s"&gt;"rgba"&lt;/span&gt;
    &lt;span class="p"&gt;/&amp;gt;&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;The  RGBA files will store rgb information in groups of three values from 0 to 255 per element, that means that if your system have six RGB or SINGLE color leds you need 6×3=18 values.&lt;br/&gt;
Every frame will be inside the anim tag and will be called frm, any other type element with different name will be ignored.&lt;br/&gt;
every frame will have a dec="" with a comma separated values.&lt;br/&gt;
This is an example file, lets call it example.rgba:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;span class="p"&gt;&amp;lt;&lt;/span&gt;&lt;span class="nt"&gt;anim&lt;/span&gt;&lt;span class="p"&gt;&amp;gt;&lt;/span&gt;
    &lt;span class="p"&gt;&amp;lt;&lt;/span&gt;&lt;span class="nt"&gt;frm&lt;/span&gt; &lt;span class="na"&gt;dec&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="s"&gt;"255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"&lt;/span&gt;&lt;span class="p"&gt;/&amp;gt;&lt;/span&gt;
    &lt;span class="p"&gt;&amp;lt;&lt;/span&gt;&lt;span class="nt"&gt;frm&lt;/span&gt; &lt;span class="na"&gt;dec&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="s"&gt;"0,0,0,255,0,0,0,0,0,0,0,0,0,0,0,0,0,0,"&lt;/span&gt;&lt;span class="p"&gt;/&amp;gt;&lt;/span&gt;
    &lt;span class="p"&gt;&amp;lt;&lt;/span&gt;&lt;span class="nt"&gt;frm&lt;/span&gt; &lt;span class="na"&gt;dec&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="s"&gt;"0,0,0,0,0,0,255,0,0,0,0,0,0,0,0,0,0,0,"&lt;/span&gt;&lt;span class="p"&gt;/&amp;gt;&lt;/span&gt;
    &lt;span class="p"&gt;&amp;lt;&lt;/span&gt;&lt;span class="nt"&gt;frm&lt;/span&gt; &lt;span class="na"&gt;dec&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="s"&gt;"0,0,0,0,0,0,0,0,0,255,0,0,0,0,0,0,0,0,"&lt;/span&gt;&lt;span class="p"&gt;/&amp;gt;&lt;/span&gt;
    &lt;span class="p"&gt;&amp;lt;&lt;/span&gt;&lt;span class="nt"&gt;frm&lt;/span&gt; &lt;span class="na"&gt;dec&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="s"&gt;"0,0,0,0,0,0,0,0,0,0,0,0,255,0,0,0,0,0,"&lt;/span&gt;&lt;span class="p"&gt;/&amp;gt;&lt;/span&gt;
    &lt;span class="p"&gt;&amp;lt;&lt;/span&gt;&lt;span class="nt"&gt;frm&lt;/span&gt; &lt;span class="na"&gt;dec&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="s"&gt;"0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,255,0,0,"&lt;/span&gt;&lt;span class="p"&gt;/&amp;gt;&lt;/span&gt;
&lt;span class="p"&gt;&amp;lt;/&lt;/span&gt;&lt;span class="nt"&gt;anim&lt;/span&gt;&lt;span class="p"&gt;&amp;gt;&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;

&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">MeduZaPaT</dc:creator><pubDate>Thu, 21 Nov 2019 07:43:13 -0000</pubDate><guid>https://sourceforge.net76017e974d60eb9434717f686410825431624521</guid></item></channel></rss>