You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-12Lines changed: 18 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,27 +2,33 @@
2
2
3
3
### ⚠️ DISCLAIMER - PLEASE READ ⚠️
4
4
5
-
This project is **not affiliated, associated, authorized, endorsed by, or in any way officially connected with Turing or XuanFang brands**, or any of its subsidiaries, affiliates, manufacturers or sellers of the Turing / XuanFang products. All product and company names are the registered trademarks of their original owners.
6
-
7
-
This project is an open-source alternative software, NOT the USBMonitor.exe or ExtendScreen.exe original software for the Turing/XuanFang smart screen (even if some themes have been reused from original software). **Please do not open issues for USBMonitor.exe/ExtendScreen.exe here**, instead you can use the official forum here: http://discuz.turzx.com/
5
+
This project is **not affiliated, associated, authorized, endorsed by, or in any way officially connected with Turing or XuanFang brands**, or any of its subsidiaries, affiliates, manufacturers or sellers of the Turing or XuanFang products. All product and company names are the registered trademarks of their original owners.
8
6
7
+
This project is an open-source alternative software, NOT the USBMonitor.exe / ExtendScreen.exe or any original software for the smart screens (even if some themes have been reused). **Please do not open issues for USBMonitor.exe/ExtendScreen.exe here**, instead you can use:
8
+
* for Turing Smart Screen, the official forum here: http://discuz.turzx.com/
9
+
* for XuanFang Smart screen, contact your reseller
**Please note the Turing and the XuanFang screens are 2 different products** designed and produced by different companies, despite having a similar appearance. The communication protocol is also different.
28
+
This project support both products, including backplate RGB LEDs for available models!
20
29
21
-
[**Display hardware revisions supported: A, B & flagship**](https://github.com/mathoudebine/turing-smart-screen-python/wiki/Hardware-revisions).
22
-
Flagship backplate RGB LEDs are also supported!
23
30
If you haven't received your screen yet but want to start developing your theme now, you can use the [**"simulated LCD" mode!**](https://github.com/mathoudebine/turing-smart-screen-python/wiki/Simulated-display)
24
31
25
-
Operating systems supported : macOS, Windows, Linux (incl. Raspberry Pi) and all OS that support Python 3.x
26
32
27
33
28
34
## How to use
@@ -41,7 +47,7 @@ Some themes are already included for a quick start!
41
47
### [> Configure and start system monitor](https://github.com/mathoudebine/turing-smart-screen-python/wiki/System-monitor-:-how-to-start)
42
48
* Fully functional multi-OS code base (operates out of the box, tested on Windows, Linux & MacOS).
43
49
* Display configuration using `config.yaml` file: no Python code to edit.
44
-
* Support for all [3screen HW revisions: A, B & flagship](https://github.com/mathoudebine/turing-smart-screen-python/wiki/Hardware-revisions). Flagship backplate RGB LEDs are also supported!
50
+
* Support for all [3.5" smart screen models (Turing and XuanFang)](https://github.com/mathoudebine/turing-smart-screen-python/wiki/Hardware-revisions). Backplate RGB LEDs are also supported for available models!
45
51
* Support [multiple hardware sensors and metrics (CPU/GPU usage, temperatures, memory, disks, etc)](https://github.com/mathoudebine/turing-smart-screen-python/wiki/System-monitor-:-themes#stats-entry) with configurable refresh intervals.
46
52
* Allow [creation of themes (see `res/themes`) with `theme.yaml` files](https://github.com/mathoudebine/turing-smart-screen-python/wiki/System-monitor-:-themes) to be [shared with the community!](https://github.com/mathoudebine/turing-smart-screen-python/discussions/categories/themes)
47
53
* Easy to expand: additional code that pulls specific information can be written in a modular way without impacting existing code.
0 commit comments