-
Notifications
You must be signed in to change notification settings - Fork 29
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
Comments
Did you try adding |
I belive I did. I thought maybe somewhere in the configed file it could be
adjusted.
…On Fri, Oct 13, 2023, 2:01 PM Alexander ***@***.***> wrote:
Did you try adding --led-rows=64 --led-cols=64
—
Reply to this email directly, view it on GitHub
<#51 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BBTNIO2IL73BTISNZ2VJKUTX7F6V7AVCNFSM6AAAAAA25FWIDWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONRRHE2TKOJXGY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
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.
or
But I'm still learning so I'm not sure which way is better. |
So just add the led cols 64 and led rows 64
…On Fri, Oct 13, 2023, 2:42 PM Alexander ***@***.***> wrote:
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.
# Options for the rpi-rgb-led-matrix library
parser.add_argument("--led-rows", action="store", help="Display rows. 16
for 16x32, 32 for 32x32. (Default: 32)", default=~32~64, type=int)
parser.add_argument("--led-cols", action="store", help="Panel columns.
Typically 32 or 64. (Default: 64)", default=64, type=int)
—
Reply to this email directly, view it on GitHub
<#51 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BBTNIOYRYU2WQVLZW4ZQJ3TX7GDSVAVCNFSM6AAAAAA25FWIDWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONRSGAZDMMZXGY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just wondering if there was a 64x64 board option.
The text was updated successfully, but these errors were encountered: