-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
25 lines (23 loc) · 841 Bytes
/
.env.example
File metadata and controls
25 lines (23 loc) · 841 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# If not set at all, defaults to AUTO
COM_PORT=AUTO
# Can be:
# A - Turing Smart Screen (rev. A) 3.5" and UsbMonitor screens (all sizes)
# B - XuanFang (rev. B & flagship) 3.5" screens
# C - Turing Smart Screen 5" screens
# D - Kipye Qiye Smart Display 3.5"
# S - Simulated display. Creates a file called screencap.png with the display output
COM_REV=A
# Reccomended to keep default for spacing to work out as it is based on pixels
DISPLAY_WIDTH=480
DISPLAY_HEIGHT=320
# Display brightness is a percentage
DISPLAY_BRIGHTNESS=45
BGCOL_R=50
BGCOL_G=50
BGCOL_B=50
# In seconds; Due to ratelimits a reasonable value is 2
CHECK_EVERY=2
# Spotify config, make sure your application has the URI added
# the URI must be on the loopback interface(127.0.0.1 etc.)
SPOTIPY_CLIENT_ID=ENTER_OWN_HERE
SPOTIPY_REDIRECT_URI=http://127.0.0.1:9099/getToken