You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,6 +106,7 @@ Options:
106
106
-s, --font-size <SIZE> Font size in pixels [default: 14]
107
107
-a, --auto Auto-fit text to largest readable size
108
108
-o, --orientation <MODE> Display orientation: landscape or portrait [default: landscape]
109
+
--flip Flip the display 180° (use if the screen is upside down)
109
110
-d, --delay <SECONDS> Delay between pages [default: 2.0]
110
111
-l, --loop Loop display continuously
111
112
--detect Only check if display is connected
@@ -126,7 +127,7 @@ The `--auto` flag automatically calculates the largest font size that fits your
126
127
127
128
### Orientation Mode
128
129
129
-
The `--orientation` flag switches between landscape (160x80, default) and portrait (80x160) modes:
130
+
The `--orientation` flag switches between landscape (160x80, default) and portrait (80x160) modes. Add `--flip` to rotate the output 180° in either orientation:
130
131
131
132
```bash
132
133
# Landscape (default) - wider display
@@ -151,6 +152,9 @@ The `--orientation` flag switches between landscape (160x80, default) and portra
151
152
# Portrait orientation with auto-fit
152
153
./display-fs show --auto -o portrait "Tall"
153
154
155
+
# Landscape orientation but flipped 180°
156
+
./display-fs show --auto --flip "Upside down"
157
+
154
158
# Larger font (manual)
155
159
./display-fs show -s 24 "BIG"
156
160
@@ -169,6 +173,9 @@ Display the currently playing Spotify track:
0 commit comments