1
- ---
2
1
config :
3
2
# Configuration values to set up basic communication
4
3
# Set your COM port e.g. COM3 for Windows, /dev/ttyACM0 for Linux...
5
4
# Use AUTO for COM port auto-discovery (may not work on every setup)
6
5
# COM_PORT: "/dev/ttyACM0"
7
6
# COM_PORT: "COM3"
8
- COM_PORT : " AUTO"
7
+ COM_PORT : AUTO
9
8
10
9
# Theme to use (located in res/themes)
11
10
# Use the name of the folder as value
12
11
# Choose a theme made for your screen size (see DISPLAY_SIZE inside theme.yaml)
13
- THEME : 3.5inchTheme2
12
+ THEME : MultiGPUTest_3.5
14
13
15
14
# Hardware sensors reading
16
15
# Choose the appropriate method for reading your hardware sensors:
@@ -24,8 +23,8 @@ config:
24
23
# Linux/MacOS interfaces are named "eth0", "wlan0", "wlp1s0", "enp2s0"...
25
24
# For Windows use the interfaces pretty name: "Ethernet 2", "Wi-Fi", ...
26
25
# Leave the fields empty if the card does not exist on your setup
27
- ETH : " " # Ethernet Card
28
- WLO : " " # Wi-Fi Card
26
+ ETH : ' ' # Ethernet Card
27
+ WLO : ' ' # Wi-Fi Card
29
28
30
29
# CPU fan
31
30
# For Linux/MacOS platforms, the CPU fan is amongst all fan sensors gathered from the motherboard chipset
@@ -41,7 +40,7 @@ config:
41
40
42
41
# OpenWeatherMap API KEY. Can be obtained by creating a free account on https://home.openweathermap.org/users/sign_up.
43
42
# You need to subscribe to the 3.0 OneCallAPI that has 1000 free daily calls
44
- WEATHER_API_KEY : " "
43
+ WEATHER_API_KEY : ' '
45
44
# Location from which to display the weather. Use for example https://www.latlong.net/ to get latitude/longitude
46
45
WEATHER_LATITUDE : 45.75
47
46
WEATHER_LONGITUDE : 4.85
@@ -63,7 +62,7 @@ display:
63
62
# Display Brightness
64
63
# Set this as the desired %, 0 being completely dark and 100 being max brightness
65
64
# Warning: revision A display can get hot at high brightness!
66
- BRIGHTNESS : 20
65
+ BRIGHTNESS : 50
67
66
68
67
# Display reverse: true/false
69
68
# Set to true to reverse display orientation (landscape <-> reverse landscape, portrait <-> reverse portrait)
0 commit comments