Zum Inhalt springen

Led Matrix: Unterschied zwischen den Versionen

MariusKintel (Diskussion | Beiträge)
Keine Bearbeitungszusammenfassung
MariusKintel (Diskussion | Beiträge)
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
=== Medien ===
=== Medien ===


Zeile 37: Zeile 36:




== Protocol ==
== Real-time access ==
 
=== Raw protocol ===
 
72x48 = 3456 octets of pixel data followed by a terminating 0x80 octet.  
72x48 = 3456 octets of pixel data followed by a terminating 0x80 octet.  


Zeile 54: Zeile 56:
|________________________|
|________________________|
</pre>
</pre>
=== Using with C/C++ ===
You can use the metalib library from here; it comes with a couple of demos:
https://whatever.metalab.at/projects/FPGAMatrix/client/


=== Using with Python ===
=== Using with Python ===