This repository was archived by the owner on May 18, 2024. It is now read-only.
How do layouts work? #376
Overboard-code
started this conversation in
General
Replies: 1 comment
-
Am I just missing a location for a schema? I don't see it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Two questions:
Does the layout128x64.json get chosen automatically if you use 128 and 64 for rows and columns on the initial command?
for example:
sudo python3 src/main.py --led-rows=64 --led-cols=128 --led-gpio-mapping=adafruit-hat-pwm --led-slowdown-gpio=2
what do the fields in the json file stand for?
I see:
What does ['50%','45% ']mean? Is that position on the screen or size of the logo?
center top and bottom seem to be OK
Beta Was this translation helpful? Give feedback.
All reactions