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

index.html - github.com/FastLED/FastLED.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 402a7f845c1f1a29477b683ddc84fd6a53fd9439 (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
<!DOCTYPE html>
<html class="no-js">



    <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
        <title>FastLED LED animation library for Arduino (formerly FastSPI_LED)</title>
        <meta name="description" content="">
        <meta name="viewport" content="width=device-width">

        <link rel="stylesheet" href="homepage/css/normalize.min.css">
        <link rel="stylesheet" href="homepage/css/main.css">

        <script src="homepage/js/vendor/modernizr-2.6.2-respond-1.1.0.min.js"></script>
    </head>
    <body>

        <div class="header-container">
            <header class="wrapper clearfix">
                <h1 class="title">FastLED Animation Library</h1>
            	<h4>&nbsp; formerly FastSPI_LED / FastSPI_LED2</h4>

<!--
                <nav>
                    <ul>
                <li><a href="https://github.com/FastLED/FastLED/wiki/Overview">Documentation</a></li>

                <li><a href="http://fastled.io/releases">Releases</a></li>

                <li><a href="http://fastled.io/blog">Blog</a></li>

                <li><a href="http://fastled.io/code">Code</a></li>

                <li><a href="http://fastled.io/wiki">Wiki</a></li>
                
                <li><a href="http://fastled.io/+">Community</a></li>
                
                <li><a href="http://fastled.io/issues">Issues</a></li>
-->
                    </ul>
                </nav>
            </header>  
        </div>

        <div class="main-container">
            <div class="main wrapper clearfix">

                <article>
                    <header>
                        <h1>Fast, easy LED library for Arduino</h1>
                        <p>FastLED is a fast, efficient, easy-to-use Arduino library for programming addressable LED strips and pixels such as WS2810, WS2811, LPD8806, Neopixel and <a href="https://github.com/FastLED/FastLED/wiki/Chipset-reference">more</a>.  FastLED is used by thousands of developers, in countless art and hobby projects, and in numerous commerical products.  </p>
                        <p>We build FastLED to help you get started faster, develop your code faster, and make your code run faster.</p>
                    </header>
                    <section>
                        <h2>Great compatibility</h2>
                        <p>FastLED supports popular LEDs including Neopixel, WS2801, WS2811, WS2812B, LPD8806, TM1809, and <a href="https://github.com/FastLED/FastLED/wiki/Chipset-reference">more</a>.  The library runs on <a href="https://github.com/FastLED/FastLED/wiki/Overview#wiki-platforms">a wide range</a> of Arduino and compatible boards, including both AVR- and ARM- based microcontrollers.</p>
                    </section>
                    <section>
                        <h2>Great features</h2>
                        <p>In addition to fast, efficient, compatible LED driver code, FastLED also provides features that get your animations up and running fast:</p>
                        <ul>
                        <li><b><a href="https://github.com/FastLED/FastLED/wiki/Pixel-reference#wiki-chsv">Full HSV color support</a></b> as well as classic RGB</li>
                        <li><b>Master brightness setting</b> (nondestructive) controls brightness, power use, and battery life</li>
                        <li><b>Fast math and memory functions</b> up to 10X faster than standard Arduino libraries</li>
                        <li><b>User community</b> of thousands, who share tips, ideas, and help</li>
                        <li><b>Multi-year history</b> of active development and evolution</li>
                        <li><b>Ruthless efficiency</b>, an almost fanatical devotion to performance, and nice RGB uniforms.</li>
                        </ul>
					</section>
					<section>
					<h2>Get started...</h2>
					<p><a href="http://fastled.io/releases">Download the library</a> and <a href="https://github.com/FastLED/FastLED/wiki/Basic-usage">get started</a> coding!	
					</section>
					<section>
					<p>&nbsp;</p>
                        <hr>
                        <p>Daniel Garcia (<a href="https://github.com/focalintent">focalintent</a>) created FastSPI_LED in 2010, FastSPI_LED2 in 2012.  
                        <br>Mark Kriegsman (<a href="https://github.com/kriegsman">kriegsman</a>) joined the project in 2013.
                    </section>
<!--                    
                    <footer>
                        <h3>footer .h3</h3>
                        <p>Lorem </p>
                    </footer>
-->
                </article>

                <aside>
<!--                    <h3>Links</h3>
-->
                    <ul>
                <li><a href="https://github.com/FastLED/FastLED/wiki/Overview">Documentation</a></li>

                <li><a href="http://fastled.io/releases">Releases</a></li>

                <li><a href="http://fastled.io/blog">Blog</a></li>


                <li><a href="http://fastled.io/code">Code</a></li>

                <li><a href="http://fastled.io/wiki">Wiki</a></li>
                
                <li><a href="http://fastled.io/+">Community</a></li>
                
                <li><a href="http://fastled.io/issues">Issues</a></li>
                    </ul>
                </aside>

            </div> <!-- #main -->
        </div> <!-- #main-container -->


        <div class="footer-container">
            <footer class="wrapper">
<!--                <h3>footer</h3>
-->
				
                <p>
                <a href="https://github.com/FastLED/FastLED/wiki/Overview">Documentation</a> &nbsp; &nbsp;

                <a href="http://fastled.io/releases">Releases</a> &nbsp; &nbsp;

                <a href="http://fastled.io/blog">Blog</a> &nbsp; &nbsp;

                <a href="http://fastled.io/code">Code</a> &nbsp; &nbsp;

                <a href="http://fastled.io/wiki">Wiki</a> &nbsp; &nbsp;
                
                <a href="http://fastled.io/+">Community</a> &nbsp; &nbsp;
                
                <a href="http://fastled.io/issues">Issues</a> &nbsp; &nbsp;
				</p>                
            </footer>
        </div>

        <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
        <script>window.jQuery || document.write('<script src="homepage/js/vendor/jquery-1.10.1.min.js"><\/script>')</script>

        <script src="homepage/js/main.js"></script>
    </body>
</html>