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

64x64 board #51

Open
Irishking03 opened this issue Jul 30, 2023 · 4 comments
Open

64x64 board #51

Irishking03 opened this issue Jul 30, 2023 · 4 comments

Comments

@Irishking03
Copy link

Just wondering if there was a 64x64 board option.

@alexanderthebadatcoding

Did you try adding --led-rows=64 --led-cols=64

@Irishking03
Copy link
Author

Irishking03 commented Oct 13, 2023 via email

@alexanderthebadatcoding
Copy link

alexanderthebadatcoding commented Oct 13, 2023

I edited the utils.py so I don't have to add the stuff at the end and can just run the main.py file.

parser.add_argument("--led-rows", action="store", help="Display rows. 16 for 16x32, 32 for 32x32. (Default: 32)", default=64, type=int)
parser.add_argument("--led-cols", action="store", help="Panel columns. Typically 32 or 64. (Default: 64)", default=64, type=int)

or

options.rows = 64
options.cols = 64

But I'm still learning so I'm not sure which way is better.

@Irishking03
Copy link
Author

Irishking03 commented Oct 13, 2023 via email

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

2 participants