Skip to content

Commit a6c40c1

Browse files
authored
Update README.md: collapse unsupported models list
1 parent d19ba6b commit a6c40c1

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

README.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ A Python system monitor program and an abstraction library for **small IPS USB-C
1515

1616
Supported operating systems : macOS, Windows, Linux (incl. Raspberry Pi), basically all OS that support Python 3.9+
1717

18-
### Supported smart screens models:
18+
### Supported smart screens models:
1919

2020
| ✅ Turing Smart Screen 3.5" | ✅ XuanFang 3.5" | ✅ Turing Smart Screen 5" |
2121
|------------------------------------------------------|---------------------------------------------------|---------------------------------------------|
@@ -32,15 +32,9 @@ Supported operating systems : macOS, Windows, Linux (incl. Raspberry Pi), basica
3232
| <img src="res/docs/UsbPCMonitor_5inch.webp" width="60%" height="60%"/> | <img src="res/docs/kipye-qiye-35.webp" width="60%" height="60%"/> |
3333
| Unknown manufacturer, visually similar to Turing 3.5" / 5". Original software is `UsbPCMonitor.exe` | Front panel has an engraved inscription "奇叶智显" Qiye Zhixian (Qiye Smart Display) |
3434

35+
<details>
3536

36-
### [> What is my smart screen model?](https://github.com/mathoudebine/turing-smart-screen-python/wiki/Hardware-revisions)
37-
38-
**Please note all listed smart screens are different products** designed and produced by different companies, despite having a similar appearance. Their communication protocol is also different.
39-
This project offers an abstraction layer to manage all of these products in a unified way, including some product-specific features like backplate RGB LEDs for available models!
40-
41-
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)
42-
43-
### Not (yet) supported / not tested smart screen models:
37+
<summary><h3>❌ Not (yet) supported / not tested smart screen models</h3></summary>
4438

4539
|_AIDA64 / AX206 / USB2LCD..._ |_[ACEMAGIC S1 Mini PC - integrated 1,9″ display](https://acemagic.com/products/acemagic-s1-12th-alder-laker-n95-mini-pc)_ |
4640
|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------|
@@ -57,6 +51,15 @@ If you haven't received your screen yet but want to start developing your theme
5751
| <img src="res/docs/fuldho_3.5.jpg" width="40%" height="40%" /> |
5852
| Managed by [proprietary Windows software `SmartMonitor.exe`](https://smartdisplay.lanzouo.com/b04jvavkb). Cannot be supported by this project: [see here](https://github.com/mathoudebine/turing-smart-screen-python/discussions/298). |
5953

54+
</details>
55+
56+
### [> What is my smart screen model?](https://github.com/mathoudebine/turing-smart-screen-python/wiki/Hardware-revisions)
57+
58+
**Please note all listed smart screens are different products** designed and produced by different companies, despite having a similar appearance. Their communication protocol is also different.
59+
This project offers an abstraction layer to manage all of these products in a unified way, including some product-specific features like backplate RGB LEDs for available models!
60+
61+
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)
62+
6063
## How to start
6164

6265
### [> Follow instructions on the wiki to configure and start this project.](https://github.com/mathoudebine/turing-smart-screen-python/wiki)

0 commit comments

Comments
 (0)