Skip to content

Commit 11a55e1

Browse files
committed
Theme for debugging dual GPU envs
1 parent 2cab83d commit 11a55e1

File tree

3 files changed

+383
-7
lines changed

3 files changed

+383
-7
lines changed

config.yaml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
1-
---
21
config:
32
# Configuration values to set up basic communication
43
# Set your COM port e.g. COM3 for Windows, /dev/ttyACM0 for Linux...
54
# Use AUTO for COM port auto-discovery (may not work on every setup)
65
# COM_PORT: "/dev/ttyACM0"
76
# COM_PORT: "COM3"
8-
COM_PORT: "AUTO"
7+
COM_PORT: AUTO
98

109
# Theme to use (located in res/themes)
1110
# Use the name of the folder as value
1211
# Choose a theme made for your screen size (see DISPLAY_SIZE inside theme.yaml)
13-
THEME: 3.5inchTheme2
12+
THEME: MultiGPUTest_3.5
1413

1514
# Hardware sensors reading
1615
# Choose the appropriate method for reading your hardware sensors:
@@ -24,8 +23,8 @@ config:
2423
# Linux/MacOS interfaces are named "eth0", "wlan0", "wlp1s0", "enp2s0"...
2524
# For Windows use the interfaces pretty name: "Ethernet 2", "Wi-Fi", ...
2625
# 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
2928

3029
# CPU fan
3130
# For Linux/MacOS platforms, the CPU fan is amongst all fan sensors gathered from the motherboard chipset
@@ -41,7 +40,7 @@ config:
4140

4241
# OpenWeatherMap API KEY. Can be obtained by creating a free account on https://home.openweathermap.org/users/sign_up.
4342
# You need to subscribe to the 3.0 OneCallAPI that has 1000 free daily calls
44-
WEATHER_API_KEY: ""
43+
WEATHER_API_KEY: ''
4544
# Location from which to display the weather. Use for example https://www.latlong.net/ to get latitude/longitude
4645
WEATHER_LATITUDE: 45.75
4746
WEATHER_LONGITUDE: 4.85
@@ -63,7 +62,7 @@ display:
6362
# Display Brightness
6463
# Set this as the desired %, 0 being completely dark and 100 being max brightness
6564
# Warning: revision A display can get hot at high brightness!
66-
BRIGHTNESS: 20
65+
BRIGHTNESS: 50
6766

6867
# Display reverse: true/false
6968
# Set to true to reverse display orientation (landscape <-> reverse landscape, portrait <-> reverse portrait)
15.3 KB
Loading

0 commit comments

Comments
 (0)