mirror of
https://github.com/brmlab/ledbar.git
synced 2025-06-09 13:24:01 +02:00
Add synchronization byte \xAC at the beginning of RGB burst
This commit is contained in:
parent
62602ef940
commit
35822a08c9
3 changed files with 11 additions and 2 deletions
|
@ -54,7 +54,7 @@ def main():
|
|||
|
||||
try:
|
||||
while True:
|
||||
data = ''
|
||||
data = '\xAC'
|
||||
to_read = number*3
|
||||
while to_read > 0:
|
||||
read = sys.stdin.read(to_read)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue