Skip to content
New issue

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

misc errors #1

Open
neophob opened this issue Aug 22, 2012 · 0 comments
Open

misc errors #1

neophob opened this issue Aug 22, 2012 · 0 comments

Comments

@neophob
Copy link
Contributor

neophob commented Aug 22, 2012

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)
    
    there are more errors I couldn't fix.

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

scottjgibson pushed a commit that referenced this issue Jul 10, 2014
Merge pull request #21 from fezzik02/master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant