[!WARNING]
This project is not affiliated, associated, authorized, endorsed by, or in any way officially connected with Turing / XuanFang / Kipye brands, or any of theirs subsidiaries, affiliates, manufacturers or sellers of their products. All product and company names are the registered trademarks of their original owners.
This project is an open-source alternative software, NOT the original software provided for the smart screens. Please do not open issues for USBMonitor.exe/ExtendScreen.exe or for the smart screens hardware here.
- for Turing Smart Screen, use the official forum here: http://discuz.turzx.com/
- for other smart screens, contact your reseller
A Python system monitor program and an abstraction library for small IPS USB-C displays.
Supported operating systems : macOS, Windows, Linux (incl. Raspberry Pi), basically all OS that support Python 3.9+
| ✅ Turing Smart Screen / TURZX |
|---|
![]() |
| All available sizes and hardware revisions supported: 2.1” / 2.8” / 3.5” / 4.6” / 5” / 5.2” / 8.0” / 8.8” / 9.2” / 12.3” UART and USB protocols supported. Note: no video or storage support for now |
| ✅ XuanFang 3.5” | ✅ UsbPCMonitor 3.5” / 5” | ✅ Kipye Qiye Smart Display 3.5” |
|---|---|---|
![]() |
![]() |
![]() |
| revision B & flagship (with backplate & RGB LEDs) | 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) |
| ✅ WeAct Studio Display FS V1 0.96” | ✅ WeAct Studio Display FS V1 3.5” |
|---|---|
![]() |
![]() |
|
|
| Not supported for now. Produced by multiple manufacturers, all use the same [Appotech AX206 hacked photo frame firmware](https://github.com/dreamlayers/dpf-ax). Supported by AIDA64 and lcd4linux | Not supported for now but could be integrated: protocol has been decoded, [see here](https://github.com/mathoudebine/turing-smart-screen-python/issues/677). |
| ❔ _NXElec BeadaPanel 3/4/5/6/7_ |
|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|
| Not supported for now but could be integrated: [Pankel-Link V1.0 Protocol Specification](https://www.nxelec.com/documents/bp/Panel-Link_USB_Media_Stream_Transport_Protocol_Rev10.pdf) / [Status-Link V1.1 Protocol Specification](https://www.nxelec.com/documents/bp/Status-Link_USB_Panel_Control_Protocol_Rev11.pdf). |
| ❌ _Waveshare [2.1inch](https://www.waveshare.com/wiki/2.1inch-USB-Monitor) / [2.8inch](https://www.waveshare.com/wiki/2.8inch-USB-Monitor) / [5inch](https://www.waveshare.com/wiki/5inch-USB-Monitor) / [7inch](https://www.waveshare.com/wiki/7inch-USB-Monitor) USB-Monitor_ | ❌ _[GUITION Smart screen 3.5"](https://aliexpress.com/item/1005006169962183.html)_ |
|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|
|
| Sold on [Waveshare shop](https://www.waveshare.com/2.8inch-usb-monitor.htm) or [Aliexpress](https://fr.aliexpress.com/item/1005006071685067.html). Managed by [proprietary Windows software "Waveshare PC Monitor"](https://github.com/mathoudebine/turing-smart-screen-python/wiki/Vendor-apps#waveshare-pc-monitor---vendor-app). Cannot be supported by this project: needs a firmware. | Managed by [proprietary Windows software "GUITION Smart screen"](https://github.com/mathoudebine/turing-smart-screen-python/wiki/Vendor-apps#guition---vendor-app). Cannot be supported by this project: [see here](https://github.com/mathoudebine/turing-smart-screen-python/issues/426). |
| ❌ _[(Fuldho?) 3.5" IPS Screen](https://aliexpress.com/item/1005005632018367.html)_ |
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|
| 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). |
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.
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!
If you haven’t received your screen yet but want to start developing your theme now, you can use the “simulated LCD” mode!
There are 2 possible uses of this project Python code:
This project is mainly a complete standalone program to use your screen as a system monitor, like the original vendor app.
Some themes are already included for a quick start!

config.yaml file: no Python code to edit.res/themes) with theme.yaml files using theme editor to be shared with the community!
and more… Share yours!
If you don’t want to use your screen for system monitoring, you can just use this project as a module from any Python code to do some simple operations on the display:
This project will act as an abstraction library to handle specific protocols and capabilities of each supported smart screen models in a transparent way for the user.
Check simple-program.py as an example.
If you have trouble running the program as described in the wiki, please check open/closed issues & the wiki Troubleshooting page
</a>