We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bed79b4 commit c26c757Copy full SHA for c26c757
mainSpotifyEPD.py
@@ -39,7 +39,7 @@
39
# EPD Settings just for you! --------------------------------------------------------------------------------
40
single_user = False # (True -> Left side album art False -> two user mode)
41
metric_units = False # (True -> C°, False -> F°)
42
-twenty_four_clock = False # (True -> 10:53pm, False -> 22:53)
+twenty_four_clock = False # (True -> 22:53, False -> 10:53pm)
43
partial_updates = True # (True -> 1/60HZ Screen_Update, False -> 1/180HZ Screen_Update)
44
time_on_right = True # (True -> time is displayed on the right, False -> time is displayed on the left)
45
hide_other_weather = False # (True -> weather not shown in top right, False -> weather is shown in top right)
0 commit comments