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
| also improperly called "revision A" by the resellers | revision B & flagship (with backplate & RGB LEDs) | experimental support (no video or storage for now) |
24
25
25
26
### [> What is my smart screen model?](https://github.com/mathoudebine/turing-smart-screen-python/wiki/Hardware-revisions)
26
27
27
-
**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!
28
+
**Please note the Turing and the XuanFang screens are different products** designed and produced by different companies, despite having a similar appearance. The communication protocol is also different.
29
+
This project support products from both manufacturers, including backplate RGB LEDs for available models!
29
30
30
31
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)
31
32
@@ -49,15 +50,15 @@ Some themes are already included for a quick start!
49
50
50
51
* Fully functional multi-OS code base (operates out of the box, tested on Windows, Linux & MacOS).
51
52
* Display configuration using GUI configuration wizard or `config.yaml` file: no Python code to edit.
52
-
* 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!
53
+
* Support for [3.5" & 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!
53
54
* 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.
54
55
* Allow [creation of themes (see `res/themes`) with `theme.yaml` files using theme editor](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)
55
56
* Easy to expand: additional code that pulls specific information can be written in a modular way without impacting existing code.
56
57
* Auto detect comm port. No longer need to hard set it, or if it changes on you then the config is wrong.
57
58
* Tray icon with Exit option, useful when the program is running in background
58
59
59
60
Screenshots from the latest version using included themes (click on the thumbnails to see a bigger preview):
0 commit comments