Skip to content

Commit

Permalink
Changed default to be full screen
Browse files Browse the repository at this point in the history
  • Loading branch information
e100 committed Jun 27, 2024
1 parent 518c4f9 commit 7608cb5
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 7608cb5

Please sign in to comment.