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

Instructions #20

Open
tomsepe opened this issue Apr 5, 2016 · 0 comments
Open

Instructions #20

tomsepe opened this issue Apr 5, 2016 · 0 comments

Comments

@tomsepe
Copy link

tomsepe commented Apr 5, 2016

These instructions fail to mention that there is a size setting within the /opt/LEDscape/videoplayer so any size arguments passed from the command line as instructed here will be ignored:

parser.add_argument(
"-s", "--screenGeometry",
dest="screenGeometry",
help="LEDscape screen size (ex: 256x128)",
default="256x128",
)
parser.add_argument(
"-w", "--scaleWidth",
dest="scaleWidth",
help="Width to scale video to during playback (ex: 256)",
default="256",
type=int,
)

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