You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ReadMe.md
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5,14 +5,15 @@
5
5
Arduino NeoPixel library
6
6
7
7
NOW SUPPORTS esp8266!
8
+
8
9
NEW Animation class provides more flexible animation definitions
9
10
10
11
Clone this into your Arduino\Library folder
11
12
12
13
This library is a modification of the Adafruit NeoPixel library.
13
14
The Api is similiar, but it removes the overal brightness feature and adds animation support.
14
15
15
-
## Rquirements
16
+
## Requirements
16
17
17
18
If you use this library with Boards other than the Esp8266, you will be required to also have STL present. Currently I don't know a way to get this and make it available to library in a general way.
18
19
@@ -49,7 +50,7 @@ instantiates a RgbColor object with the given brightness. 0 is black, 128 is gre
49
50
instantiates a RgbColor object by converting the HslColor into RGB.
50
51
51
52
#### uint8_t CalculateBrightness()
52
-
returns the general brightness of the pixe, averaging color.
53
+
returns the general brightness of the pixel, averaging of the color components.
0 commit comments