We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hey great work, there are however some issues:
Strip Mode:
column = [0 for x in range(width)]
for x in range(width):
column[x] = bytearray(height \* 3 + 1)
column = [0 for x in range(args.array_width)]
for x in range(args.array_width):
column[x] = bytearray(args.array_height \* 3 + 1)
PixelInvaders Mode:
if args.mode == 'pixel_invaders':
print ("Start PixelInvaders listener "+UDP_IP+":"+str(UDP_PORT))
add some debug output.
requests: make listening ip and port cli parameter
The text was updated successfully, but these errors were encountered:
Merge pull request #1 from scottjgibson/master
8fc8029
Merge pull request #21 from fezzik02/master
No branches or pull requests
hey great work, there are however some issues:
Strip Mode:
PixelInvaders Mode:
if args.mode == 'pixel_invaders':
add some debug output.
requests: make listening ip and port cli parameter
The text was updated successfully, but these errors were encountered: