Merge pull request #14 from syspart/patch-1

Thanks for the patch!
pull/1/head
Jürgen Weigert 5 years ago committed by GitHub
commit 2486b662a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      led-badge-11x44.py

@ -475,6 +475,10 @@ if needpadding:
# print(buf) # array('B', [119, 97, 110, 103, 0, 0, 0, 0, 48, 48, 48, 48, 48, 48, 48, 48, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 60, 126, 255, 255, 255, 255, 126, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0])
if len(buf) > 8192:
print ("Writing more than 8192 bytes damages the display!")
sys.exit(1)
if have_pyhidapi:
pyhidapi.hid_write(dev, buf)
else:

Loading…
Cancel
Save