-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The canvas size is noe larger than the size of the Sense HAT 8X8 LED display. The HAT LED display is now a floating window that shows only a subset of the picture. Added three new program flags: * The -width flag sets the picture width in pixels. The default value is 24 (three windows). The valid values are 8 - 40. a value below 8 will be replaced by 8. A value above 40 will cause error and the application won't start. * The -height flag sets the picture height in pixels. The default value is 24 (three windows). The valid values are 8 - 40. a value below 8 will be replaced by 8. A value above 40 will cause error and the application won't start. * The -port sets the application port. The default value is 8080. Signed-off-by: Nahshon Unna-Tsameret <nahsh.ut@gmail.com>
- Loading branch information
Showing
8 changed files
with
220 additions
and
127 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.