LEDscape icon indicating copy to clipboard operation
LEDscape copied to clipboard

Instructions

Open tomsepe opened this issue 8 years ago • 0 comments

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, )

tomsepe avatar Apr 05 '16 21:04 tomsepe