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
+16-1Lines changed: 16 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,11 +14,26 @@ It cannot be seen by the operating system as a monitor but picture can be displa
14
14
A Windows-only software is [available in Chinese](https://lgb123-1253504678.cos.ap-beijing.myqcloud.com/35inch.rar) or [in English](https://lgb123-1253504678.cos.ap-beijing.myqcloud.com/35inchENG.rar) to manage this display.
15
15
This software allows creating themes to display your computer sensors on the screen, but does not offer a simple way to display custom pictures or text.
16
16
17
-
This Python script has been created to do some simple operations on this display like :
17
+
## Features
18
+
This Python script can do some simple operations on the Turing display like :
18
19
-**Display custom picture**
19
20
-**Display text**
20
21
-**Display progress bar**
21
22
- Clear the screen (blank)
22
23
- Turn the screen on/off
23
24
- Display soft reset
24
25
- Set brightness
26
+
27
+
Not yet implemented:
28
+
- Screen rotation
29
+
30
+
## Getting started
31
+
_Python knowledges recommended._
32
+
Download the `main.py` file from this project
33
+
Download and install latest Python 3.x for your OS: https://www.python.org/downloads/
34
+
Plug your Turing display to your computer (install the drivers if on Windows)
35
+
Open the `main.py` file and edit the [`COM_PORT`](https://github.com/mathoudebine/turing-smart-screen-python/blob/deb0a60b772f2c5acef377f13b959632ca649f9f/main.py#L15) variable to the port used by the display
36
+
Open a terminal and run `python3 main.py` or `py -3 main.py` depending on your OS
37
+
You should see animated content on your Turing display!
38
+
39
+
You can then edit the `main.py` file to change the content displayed, or use this file as a Python module for your personal Python project
0 commit comments