-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #22 from lgbrownjr/development
Bug fixes and improvements to screen orientation.
- Loading branch information
Showing
5 changed files
with
47 additions
and
26 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
Binary file not shown.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,18 @@ | ||
#instructions: | ||
# screen rotation - 0 = normal orientation; 180 = upside down. | ||
# for the color options: 255 = white; 0 = black. | ||
# Default is normal orientation; black text over white background. | ||
[screen] | ||
screen_rotate=180 | ||
screen_rotate=0 | ||
foreground=0 | ||
background=255 | ||
|
||
[init_screen] | ||
screen_rotate=0 | ||
foreground=0 | ||
background=255 | ||
|
||
[shutdown_screen] | ||
screen_rotate=180 | ||
screen_rotate=0 | ||
foreground=0 | ||
background=255 | ||
background=255 |
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