Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.html « blog - github.com/FastLED/FastLED.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 60712a3dd14cc4ec245d42c75e2f99d56be5a7aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367

<!DOCTYPE html>
<!--[if IEMobile 7 ]><html class="no-js iem7"><![endif]-->
<!--[if lt IE 9]><html class="no-js lte-ie8"><![endif]-->
<!--[if (gt IE 8)|(gt IEMobile 7)|!(IEMobile)|!(IE)]><!--><html class="no-js" lang="en"><!--<![endif]-->
<head>
  <meta charset="utf-8">
  <title>FastLED</title>
  <meta name="author" content="FastLED">

  
  <meta name="description" content="We&rsquo;re proud to announce the full release of FastLED version 3.1, an open source LED animation library for Arduino. Download the ZIP file here &hellip;">
  

  <!-- http://t.co/dKP3o1e -->
  <meta name="HandheldFriendly" content="True">
  <meta name="MobileOptimized" content="320">
  <meta name="viewport" content="width=device-width, initial-scale=1">

  
  <link rel="canonical" href="http://fastled.io/blog/">
  <link href="/blog/favicon.png" rel="icon">
  <link href="/blog/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css">
  <link href="/blog/atom.xml" rel="alternate" title="FastLED" type="application/atom+xml">
  <script src="/blog/javascripts/modernizr-2.0.js"></script>
  <script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
  <script>!window.jQuery && document.write(unescape('%3Cscript src="/javascripts/libs/jquery.min.js"%3E%3C/script%3E'))</script>
  <script src="/blog/javascripts/octopress.js" type="text/javascript"></script>
  <!--Fonts from Google"s Web font directory at http://google.com/webfonts -->
<link href="http://fonts.googleapis.com/css?family=PT+Serif:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=PT+Sans:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css">

  

</head>

<body   >
  <header role="banner"><hgroup>
  <h1><a href="/blog/">FastLED</a></h1>
  
    <h2>A library for driving Leds</h2>
  
</hgroup>

</header>
  <nav role="navigation"><ul class="subscription" data-subscription="rss">
  <li><a href="/blog/atom.xml" rel="subscribe-rss" title="subscribe via RSS">RSS</a></li>
  
</ul>
  
<form action="http://google.com/search" method="get">
  <fieldset role="search">
    <input type="hidden" name="sitesearch" value="fastled.io/blog">
    <input class="search" type="text" name="q" results="0" placeholder="Search"/>
  </fieldset>
</form>
  
<ul class="main-navigation">
  <li><a href="/blog/">Blog</a></li>
  <li><a href="/blog/blog/archives">Archives</a></li>
</ul>

</nav>
  <div id="main">
    <div id="content">
      <div class="blog-index">
  
  
  
    <article>
      
  <header>
    
      <h1 class="entry-title"><a href="/blog/blog/2015/10/08/fastled-3-dot-1-released/">FastLED 3.1 Released</a></h1>
    
    
      <p class="meta">
        




<time class='entry-date' datetime='2015-10-08T10:09:32-07:00'><span class='date'><span class='date-month'>Oct</span> <span class='date-day'>8</span><span class='date-suffix'>th</span>, <span class='date-year'>2015</span></span> <span class='time'>10:09 am</span></time>
        
      </p>
    
  </header>


  <div class="entry-content"><p>We&rsquo;re proud to announce the full release of FastLED version 3.1, an open source LED animation library for Arduino.</p>

<p>Download the ZIP file here <a href="https://github.com/FastLED/FastLED/archive/v3.1.0.zip">https://github.com/FastLED/FastLED/archive/v3.1.0.zip</a> or update directly using git.</p>

<p>In the eleven months since the last release, FastLED has become even more capable, even more compatible, and yes, even faster.  Here are some highlights of what&rsquo;s new in FastLED v3.1 over and above the 3.0 release:</p>

<ul>
<li>Support for even more microcontroller chips and boards</li>
<li>High-performance parallel output on Arduino Due and Teensy 3.x</li>
<li>Literally the fastest-possible driver for the Neopixel WS2812 family of LEDs on standard ATmega-based Arduinos</li>
<li>New animation tools like periodic timers and color crossfades</li>
</ul>


<p>A big thanks goes out to the vibrant and growing FastLED community, who&rsquo;ve helped shape and refine this library, and who have built some absolutely amazing projects with it.  You rock.  Keep it up!</p>

<p>Here&rsquo;s some more detail on what&rsquo;s in the FastLED v3.1 release:</p>

<h2>New Microcontroller Support Added</h2>

<ul>
<li>Arduino Zero</li>
<li>Teensy-LC</li>
<li>RFDuino</li>
<li>Sparkcore</li>
<li>Many new AVR-based platforms</li>
<li>Continued support for popular Arduino boards (Uno, Due, Leonardo, Nano, Micro, etc.), the Adafruit Trinket, Gemma, and Flora, the Digistump DigiX, as well as PJRC Teensy 2, Teensy 3.0, and Teensy 3.1.</li>
</ul>


<h2>Continued LED Support </h2>

<p>FastLED v3.1 continues support for more than a dozen popular addressable LEDs: NeoPixel, WS2811, WS2812, WS2812B, DotStar, APA102, APA104, GW6205/GW6205_400, P9813 Total Control Lighting LEDs, USC1903_400, Pixelmatix SmartMatrix, WS2801, LPD8806, LPD1886, TM1809, TM1804, TM1803, and SM16716!</p>

<h2>New Library Features</h2>

<ul>
<li>Parallel output on multiple pins on Arduino Due, Teensy 3.0, and Teensy 3.1</li>
<li>Interrupt processing supported on Arduino Due, Teensy 3.0, Teensy 3.1, even when using Neopixel WS2812 family LEDs (WS2811, WS2812, WS2812B)</li>
<li>Improved SPI device sharing on the Teensy 3.0 and Teensy 3.1</li>
<li>Refresh rate auto-capping for LEDs that have a maximum update speed (e.g. Neopixel WS2812 family)</li>
<li>Support for Arduino 1.6.x IDE and gcc 4.8.1</li>
<li>Literally the fastest output physically possible for Neopixel WS2812 family LEDs.</li>
</ul>


<h2>New Library Functions</h2>

<ul>
<li>Recurring event triggers EVERY_N_MILLISECONDS, EVERY_N_SECONDS, EVERY_N_MINUTES, and EVERY_N_HOURS</li>
<li>Smooth crossfade between multiple color palettes</li>
<li>Define color palettes as a series of connected gradients</li>
<li>Recover approximate HSV color from RGB values with rgb2hsv_approximate</li>
<li>Ability to store one bit of user data in a CRGB, often invisibly</li>
<li>New named color &ldquo;FairyLight&rdquo; approximates incandescent holiday lights</li>
<li>Additional new functions for color gamma correction</li>
<li>Fast, compact routines for 8-bit average and modulo, and for 16-bit square root</li>
<li>random8 is now much more random</li>
</ul>


<h2>Backward Compatibility</h2>

<ul>
<li>Everything in FastLED v3.1 should be backward compatible with FastLED v3.0, with one exception:</li>
<li>We changed from the old symbol name &ldquo;BLEND&rdquo; to the new symbol name &ldquo;LINEARBLEND&rdquo; for ColorFromPalette, to avoid conflicts with another codebase.  Simply replace &ldquo;BLEND&rdquo; with &ldquo;LINEARBLEND&rdquo; and your code should compile and run as before.</li>
</ul>


<h2>And Also</h2>

<ul>
<li>New example &ldquo;DemoReel100&rdquo;: six animations in 100 lines of code</li>
<li>Access to thousands of designer color palettes from cpt-city</li>
<li>&ldquo;FastLED6502&rdquo; for Apple ][, ][+, //e, and //gs (unsupported!)</li>
<li>Lots of code cleanup for improved maintainability, readability, and theoretical future sanity</li>
<li>New and improved documentation</li>
<li>And, as the apps say, &ldquo;bug fixes and performance improvements.&rdquo;</li>
</ul>


<p>-Daniel Garcia &amp; Mark Kriegsman, September 2015</p>
</div>
  
  


    </article>
  
  
    <article>
      
  <header>
    
      <h1 class="entry-title"><a href="/blog/blog/2014/01/13/fastled-2-released-slash/">FastLED v2.0 Released!</a></h1>
    
    
      <p class="meta">
        




<time class='entry-date' datetime='2014-01-13T20:42:49-08:00'><span class='date'><span class='date-month'>Jan</span> <span class='date-day'>13</span><span class='date-suffix'>th</span>, <span class='date-year'>2014</span></span> <span class='time'>8:42 pm</span></time>
        
      </p>
    
  </header>


  <div class="entry-content"><p>Dan and I are happy to announce the official Version 2.0 release of the FastLED library (formerly &ldquo;FastSPI_LED2&rdquo;), which is available immediately from <a href="http://fastled.io/releases">http://fastled.io/releases</a> !</p>

<p>A huge THANK YOU goes out to everyone who helped us debug, streamline, and refine V2.  It&rsquo;s taken over a year, but the library is in great shape, and we&rsquo;re ready for it to take on the world. </p>

<p>In addition to releasing the final 2.0 version of the LED library, we&rsquo;ve made a couple of other administrative changes that you should be aware of as well&hellip;</p>

<h2>New Name</h2>

<p>We&rsquo;ve officially changed the library name to &ldquo;FastLED&rdquo;.  This reflects the fact the library supports both SPI and non-SPI-based LEDs, as well as providing a range of LED color and animation support functions.</p>

<h2>New Include File</h2>

<p>The new library folder is called FastLED, and no longer FastSPI_LED2.  This means that you&rsquo;ll want to install the new library, and then update your project code to use #include &lt;FastLED.h> instead of the old #include &lt;FastSPI_LED2.h></p>

<h2>New URL</h2>

<p>We&rsquo;ve set up a new web site for the library: <a href="http://fastled.io/">http://fastled.io/</a>  There are links there to our wiki, code, issue tracker, and to this community.</p>

<h2>New Repository</h2>

<p>We&rsquo;ve moved our code repository from googlecode to github.  Googlecode was getting a old and busted; github is the new hotness.</p>

<h2>What Next?</h2>

<p>What&rsquo;s next is that you start using the new code, and Dan and I catch our breath a little, and then dive into the <em>next</em> version of the library: V2.1, which will be a relatively quick, minor update to add compatibility with a few new microcontroller boards and LED chips.   But first, as I said, we&rsquo;re going to catch our breath.</p>

<p>Thanks again to everyone who&rsquo;s helped make this library what it is today!  Now go forth, and let a thousand pixels bloom.</p>
</div>
  
  


    </article>
  
  
    <article>
      
  <header>
    
      <h1 class="entry-title"><a href="/blog/blog/2014/01/10/first-post/">First Post</a></h1>
    
    
      <p class="meta">
        




<time class='entry-date' datetime='2014-01-10T03:30:47-08:00'><span class='date'><span class='date-month'>Jan</span> <span class='date-day'>10</span><span class='date-suffix'>th</span>, <span class='date-year'>2014</span></span> <span class='time'>3:30 am</span></time>
        
      </p>
    
  </header>


  <div class="entry-content"><p>Poking around with markdown because I have insomnia and want to see this thing up and
running!</p>
</div>
  
  


    </article>
  
  <div class="pagination">
    
    <a href="/blog/blog/archives">Blog Archives</a>
    
  </div>
</div>
<aside class="sidebar">
  
    <section>
  <h1>Recent Posts</h1>
  <ul id="recent_posts">
    
      <li class="post">
        <a href="/blog/blog/2015/10/08/fastled-3-dot-1-released/">FastLED 3.1 Released</a>
      </li>
    
      <li class="post">
        <a href="/blog/blog/2014/01/13/fastled-2-released-slash/">FastLED v2.0 Released!</a>
      </li>
    
      <li class="post">
        <a href="/blog/blog/2014/01/10/first-post/">First Post</a>
      </li>
    
  </ul>
</section>
<section>
  <h1>Quick links</h1>
  <ul>
    <li><a href="http://fastled.io/+">Google+ Community</a>
    <li><a href="http://fastled.io/wiki">FastLED wiki</a>
    <li><a href="http://fastled.io/issues">FastLED issue tracker</a>
  </ul>
</section>


<section>
  <h1>GitHub Repos</h1>
  <ul id="gh_repos">
    <li class="loading">Status updating...</li>
  </ul>
  
  <a href="https://github.com/FastLED">@FastLED</a> on GitHub
  
  <script type="text/javascript">
    $(document).ready(function(){
        if (!window.jXHR){
            var jxhr = document.createElement('script');
            jxhr.type = 'text/javascript';
            jxhr.src = '/javascripts/libs/jXHR.js';
            var s = document.getElementsByTagName('script')[0];
            s.parentNode.insertBefore(jxhr, s);
        }

        github.showRepos({
            user: 'FastLED',
            count: 1,
            skip_forks: true,
            target: '#gh_repos'
        });
    });
  </script>
  <script src="/blog/javascripts/github.js" type="text/javascript"> </script>
</section>





  
</aside>

    </div>
  </div>
  <footer role="contentinfo"><p>
  Copyright &copy; 2015 - FastLED -
  <span class="credit">Powered by <a href="http://octopress.org">Octopress</a></span>
</p>

</footer>
  







  <script type="text/javascript">
    (function(){
      var twitterWidgets = document.createElement('script');
      twitterWidgets.type = 'text/javascript';
      twitterWidgets.async = true;
      twitterWidgets.src = '//platform.twitter.com/widgets.js';
      document.getElementsByTagName('head')[0].appendChild(twitterWidgets);
    })();
  </script>





</body>
</html>