1
0
mirror of git://projects.qi-hardware.com/antorcha.git synced 2025-04-21 12:27:27 +03:00

fw/: add image data upload (completely untested)

This commit is contained in:
Werner Almesberger
2012-06-20 10:30:40 -03:00
parent 6223a58552
commit 87cc67d5f7
8 changed files with 102 additions and 6 deletions

View File

@@ -38,3 +38,10 @@ may have a variable-size payload.
Even numbered packet types correspond to packets sent from the remote
controller to the device. Odd numbered packet types correspond to
responses. The device never initiates communication.
Image format
============
Two bytes per line. LSB of first byte is LED A1, MSB of last byte is B8.
Unused lines must be set to zero.