Skip to content

Commit

Permalink
Update OrangePiZero.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mcgurk authored Oct 1, 2018
1 parent 327a945 commit 7795be1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion OrangePiZero.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ sudo sed -i 's/tx=[]/tx=[0x00]/g' /usr/local/lib/python3.5/dist-packages/ws2812.
```
Hack for first LED -problem (with numpy?):
```
data = np.insert(data, 0, [0,0,0], axis=0)
def write2812_numpy4(spi,data):
data = np.insert(data, 0, [0,0,0], axis=0)
```

### Test SPI
Expand Down

0 comments on commit 7795be1

Please sign in to comment.