File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -41,11 +41,15 @@ It provides three variants:
41
41
42
42
You could try using the ` mosi_idle_high ` feature, it might help.
43
43
44
+ If this does not help you can try different ` embedded_hal::spi::Mode ` parameters. For example on
45
+ stm32f411 (as used for example on the Black Pill board) you have to set ` phase ` to
46
+ ` Phase::CaptureOnSecondTransition ` .
47
+
44
48
- Is your device fast enough? Is your iterator fast enough? Taking too long may
45
49
completely screw up the timings for the normal version. Try the prerendered variant.
46
50
47
51
- Is everything white? This may stem from an spi peripheral that's too slow or
48
- one that takes too much time in-between bytes
52
+ one that takes too much time in-between bytes.
49
53
50
54
- Is your first LED the wrong brightness/color while the rest of your LED's do what you expect?
51
55
This is due to low voltage of data line, or too much of a voltage difference between Vin and Din
You can’t perform that action at this time.
0 commit comments