22config :
33 # Configuration values to set up basic communication
44 # Set your COM port e.g. COM3 for Windows, /dev/ttyACM0 for Linux...
5+ # Use AUTO for COM port auto-discovery (may not work on every setup)
56 # COM_PORT: "/dev/ttyACM0"
67 # COM_PORT: "COM3"
78 COM_PORT : " AUTO"
89
910 # Theme to use (located in res/themes)
10- # THEME: Terminal
11- # THEME: Landscape6Grid
12- # THEME: Cyberpunk
13- # THEME: bash-dark-green
11+ # Available themes:
12+ # - 3.5inchTheme2
13+ # - Terminal
14+ # - Landscape6Grid
15+ # - Cyberpunk
16+ # - bash-dark-green
1417 THEME : 3.5inchTheme2
1518
1619 # Hardware sensors reading
@@ -29,16 +32,23 @@ config:
2932 WLO : " wlan0" # Wi-Fi Card
3033
3134display :
32- # Display resolution in portrait orientation
33- # Do not use this setting to rotate display! Display orientation is managed by themes
34- DISPLAY_WIDTH : 320
35- DISPLAY_HEIGHT : 480
35+ # Display revision: A or B (for "flagship" version, use B) or SIMU for simulated LCD (image written in screencap.png)
36+ # To identify your revision: https://github.com/mathoudebine/turing-smart-screen-python/wiki/Hardware-revisions
37+ REVISION : A
3638
3739 # Display Brightness
3840 # Set this as the desired %, 0 being completely dark and 100 being max brightness
39- # Warning: screen can get very hot at high brightness!
41+ # Warning: revision A display can get hot at high brightness!
4042 BRIGHTNESS : 20
4143
42- # Display revision: A or B (for "flagship" version, use B) or SIMU for simulated LCD (image written in screencap.png)
43- # To identify your revision: https://github.com/mathoudebine/turing-smart-screen-python/wiki/Hardware-revisions
44- REVISION : A
44+ # Display reverse: true/false
45+ # Set to true to reverse display orientation (landscape <-> reverse landscape, portrait <-> reverse portrait)
46+ # Note: Display basic orientation (portrait or landscape) is defined by the theme you have selected
47+ DISPLAY_REVERSE : false
48+
49+ # Display resolution in portrait orientation
50+ # Do not use this setting to rotate display! Use DISPLAY_REVERSE
51+ DISPLAY_WIDTH : 320 # Do not change unless you have a good reason
52+ DISPLAY_HEIGHT : 480 # Do not change unless you have a good reason
53+
54+
0 commit comments