Update README.md

This commit is contained in:
workinghard
2015-05-24 11:17:38 -07:00
parent 3833e47646
commit cf165dc6e1

View File

@@ -51,7 +51,7 @@ The communication is only one way and without call backs to achive maximum frame
| --------------------- | ------------- | ----------- | -------- |
| Blink red/green/blue | b(r\|g\|b) | Blink for couple of seconds with specified color | br |
| Clear frame | d | Turn all LEDs off | d |
| Stream mode | s<64 bytes>n<64 bytes>S | Displays an unlimited number of frames in stream mode. Draws a frame as soon as 64 bytes (one frame) are received | s010001...n0100011...n000011100..S |
| Stream mode | s<64bytes>n<64bytes>S | Displays an unlimited number of frames in stream mode. Draws a frame as soon as 64 bytes (one frame) are received | s010001 ... n0100011 ... n000011100 ... S |