We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba71c8e commit 819ad9cCopy full SHA for 819ad9c
README.md
@@ -7,8 +7,9 @@
7
--------------------------------------------------------------------------------
8
* http://github.com/nimaltd/ws281x
9
-----------------------------------------------------------
10
+* This library using HEAP memory. If could not init, increase your HEAP size. (35 byte per pixel)
11
* Enable SPI and DMA.
-* Set MSB and 3.3MHz of speed.
12
+* Set MSB with 3.3MHz of speed.
13
* Create a struct.
14
* Call Init.
15
* Don't forget to use ws281x_update after set pixels.
@@ -23,7 +24,7 @@ int main()
23
24
{
25
...
26
}
-
27
+// 216 * 35 = 7560 bytes heap usage
28
void task_other(void const * argument)
29
30
ws281x_init(&pixel, &hspi1, 216, ws281x_order_grb);
0 commit comments