├── 1st.png ├── 2nd.png ├── product.png ├── release.txt └── README.md /1st.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nov30th/s1-mini-computer-tft-screen-release/HEAD/1st.png -------------------------------------------------------------------------------- /2nd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nov30th/s1-mini-computer-tft-screen-release/HEAD/2nd.png -------------------------------------------------------------------------------- /product.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nov30th/s1-mini-computer-tft-screen-release/HEAD/product.png -------------------------------------------------------------------------------- /release.txt: -------------------------------------------------------------------------------- 1 | 功能验证版本,未添加功能包括restful接口,罗列PVE各虚拟机CPU,内存,硬盘,网络等资源的显示,宿主机资源显示 2 | 3 | Functional verification version, unadded functions include restful interface, listing the display of various virtual machine CPU, memory, hard disk, network resources of PVE, and the display of host resources 4 | 5 | core.exe Windows Version 6 | core.bin Linux Version 7 | 8 | 9 | Linux commands: 10 | 11 | chmod +x core.bin 12 | ./core.bin -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Acemagic S1 Screen 2 | 3 | ![S1](product.png "S1") 4 | 5 | Once this project receives over 100 stars, I will open-source it. It's just a Python file, so you can modify anything you want. 6 | 7 | Currently, as I am busy with my work, I am archiving this release project, meaning there will be no updates. The latest PVE version, which I am using, is the same as the downloadable one and suits my daily needs. 8 | 9 | I was planning to integrated my code with the [beatfuil screens](https://github.com/mathoudebine/turing-smart-screen-python/tree/main) but I just put the machine as PVE server and don't want to touch it. **The initial excitement when I first bought it has passed.** 10 | 11 | If you don't use the PVE features or need open source ones, can have try with [this one from tjaworski](https://github.com/tjaworski/AceMagic-S1-LED-TFT-Linux/tree/main/s1panel) that he open source a program for screen, not the PVE version, written in npm language. 12 | 13 | # Steps 14 | 15 | 1. Modify the config.json, change the PVE username and password 16 | 2. chmod +x core.bin 17 | 3. ./core.bin to start the program or put it into systemctl 18 | # Config file 19 | 20 | - "image_type" value could be "" (empty) or "shu". "shu" means vertical 21 | 22 | # Versions 23 | 24 | for PVE download the [PVE] version. 25 | 26 | ***for Linux/Windows/MacOS standalone download the [testing version 0.0.2](https://github.com/nov30th/s1-mini-computer-tft-screen-release/releases/tag/v0.0.2)*** 27 | 28 | Currently there is very very basic version in standalone version which is testing version, as I'm personal use my pve version and quite busy these days, the standalone updates may delay. 29 | 30 | (if you need any features, just let me know I will put them into the program) 31 | 32 | ![Screen](1st.png "Screen") 33 | 34 | ![Screen](2nd.png "Screen") 35 | --------------------------------------------------------------------------------