Skip to content

Commit c8ecaa8

Browse files
committed
Update documentation
1 parent aba18d2 commit c8ecaa8

File tree

8 files changed

+6
-7
lines changed

8 files changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
# turing-smart-screen-python
22

3-
| Check out new version with system monitoring features! |
4-
|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
5-
| Are you using your Turing Smart Screen for system monitoring? <br>If so, check out the new [**pre-release 2.0.0 alpha 4 - 📊 System Monitor**](https://github.com/mathoudebine/turing-smart-screen-python/releases/tag/2.0.0-alpha.4) or the `feature/system-monitoring` branch! <br><img src="https://user-images.githubusercontent.com/38615348/186234233-a29e6321-7de6-4aea-be7a-8b7106f54c92.jpg" height="600" /> <img src="https://user-images.githubusercontent.com/38615348/186235158-bb0daef7-35c3-4f27-b38b-a5c34d04509e.jpg" height="600" />
6-
<br>It contains embedded hardware monitoring functions, theme creation from configuration files, serial port auto-detection... <br>See Release Notes to learn more about features and current limitations <br>_Python knowledges recommended._ |
3+
| Check out new version with system monitoring features! |
4+
|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
5+
| Are you using your Turing Smart Screen for system monitoring? <br>If so, check out the new [**pre-release 2.0.0 alpha 4 - 📊 System Monitor**](https://github.com/mathoudebine/turing-smart-screen-python/releases/tag/2.0.0-alpha.4) or the `feature/system-monitoring` branch! <br><img src="res/pics/Theme3.5Inch.jpg" height="600" /> <img src="res/pics/ThemeTerminal.jpg" height="600" /> <br>It contains embedded hardware monitoring functions, theme creation from configuration files, serial port auto-detection... <br>See Release Notes to learn more about features and current limitations <br>_Python knowledges recommended._ |
76

87
---
98

@@ -20,9 +19,9 @@ A simple Python manager for "Turing Smart Screen" 3.5" IPS USB-C (UART) display,
2019
- 3.5 Inch Mini Screen
2120
- [3.5 Inch 320*480 Mini Capacitive Touch Screen IPS Module](https://www.aliexpress.com/item/1005002505149293.html)
2221

23-
Operating systems supported : macOS, Windows, Linux (incl. Raspberry Pi) and all OS that support Python3
22+
Operating systems supported : macOS, Windows, Linux (incl. Raspberry Pi) and all OS that support Python3.7
2423

25-
<img src="res/smart-screen-3.webp" width="500"/>
24+
<img src="res/pics/smart-screen-3.webp" width="500"/>
2625

2726
This is a 3.5" USB-C display that shows as a serial port once connected.
2827
It cannot be seen by the operating system as a monitor but picture can be displayed on it.
@@ -46,7 +45,7 @@ Not yet implemented:
4645
## Getting started
4746
_Python knowledges recommended._
4847
Download the `main.py` file from this project
49-
Download and install latest Python 3.x for your OS: https://www.python.org/downloads/
48+
Download and install latest Python 3.x (min. 3.7) for your OS: https://www.python.org/downloads/
5049
Plug your Turing display to your computer (install the drivers if on Windows)
5150
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
5251
Open a terminal and run `python3 main.py` or `py -3 main.py` depending on your OS

res/pics/Theme3.5Inch.jpg

1.44 MB
Loading

res/pics/ThemeTerminal.jpg

3.04 MB
Loading

res/pics/VersionA.webp

42.8 KB
Binary file not shown.

res/pics/VersionFlagship.jpg

1.05 MB
Loading
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)