Skip to content

Commit

Permalink
Merge pull request makerplane#240 from e100/fullscreen
Browse files Browse the repository at this point in the history
Changed default to be full screen
  • Loading branch information
e100 authored Jun 27, 2024
2 parents 518c4f9 + 7608cb5 commit d828a01
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/pyefis/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "2.0.24"
__version__ = "2.0.25"

6 changes: 3 additions & 3 deletions src/pyefis/config/main/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@

# Screen Geometry
# Defaults to screen size if screenWidth or screenHeight is not defined
screenWidth: 1280
screenHeight: 720
#screenWidth: 1280
#screenHeight: 720
#screenWidth: 1024
#screenHeight: 768
#screenWidth: 1920
#screenHeight: 1080

# Set EFIS to occupy the entire screen without system border / menu
screenFullSize: False
screenFullSize: True

# Screen background color RGB
screenColor: (0,0,0)
Expand Down

0 comments on commit d828a01

Please sign in to comment.