Open Irishking03 opened 1 year ago
Did you try adding --led-rows=64 --led-cols=64
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 https://github.com/mikemountain/nfl-led-scoreboard/issues/51#issuecomment-1761955976, 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.
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.
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 https://github.com/mikemountain/nfl-led-scoreboard/issues/51#issuecomment-1762026376, or unsubscribe https://github.com/notifications/unsubscribe-auth/BBTNIOYRYU2WQVLZW4ZQJ3TX7GDSVAVCNFSM6AAAAAA25FWIDWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONRSGAZDMMZXGY . You are receiving this because you authored the thread.Message ID: @.***>
Just wondering if there was a 64x64 board option.