Page 1 of 4

Linux support

Posted: Tue Oct 17, 2023 3:19 pm
by Korderos
Hi,
How the LCD screen is supported on Linux ?
Do we need a specific app ?

Re: Linux support

Posted: Wed Oct 18, 2023 7:51 am
by barry777
Sorry, currently the S1 screen editor only supports Windows systems

Re: Linux support

Posted: Wed Oct 18, 2023 8:41 am
by Guest
ok thanks.

It's a shame : having a home linux server with the ability to see server charge directly on screen would be amazing

Re: Linux support

Posted: Thu Oct 19, 2023 12:54 am
by Gabe
Guest wrote: Wed Oct 18, 2023 8:41 am ok thanks.

It's a shame : having a home linux server with the ability to see server charge directly on screen would be amazing
It's always possible that they'll have it at some point in the future. I've seen them release Linux OSes for a few of the more popular models after a number of people have asked about it for that specific model. If that happens with the S1, they may. However, if they eventually do, I wouldn't expect it anytime soon, as it usually takes a good while. It really all depends on how popular the S1 becomes. It's quite unique, and the price is fairly attractive for what you get, so you never know.

Re: Linux support

Posted: Fri Dec 15, 2023 2:13 am
by ToniDolphin
Yes, please add a simple script so I can see my linux server stats on the LCD screen 🙏

Re: Linux support

Posted: Wed Jan 10, 2024 10:18 pm
by yuriy
Yes please do it for Linux
Otherwise I have to send the device back
with kind regards

Re: Linux support

Posted: Thu Jan 11, 2024 4:20 pm
by dragonpoo
I've noticed that some of the listings on Amazon no longer mention Windows - I suspect Linux comes on them now, or should have greater Linux support coming soon. Hopefully we can get clarity on that.

Re: Linux support

Posted: Sun Jan 14, 2024 1:30 pm
by winit_a
RGB Control Command CH340 usb-serail

serial port sniffer

command change rgb

[14/01/2024 12:23:34] - Open port COM3 (C:\Program Files\CYX_TftTool\LedControl.exe)

[14/01/2024 12:23:34] Written data (COM3)
fa 04 03 03 04 ú....
[14/01/2024 12:23:34] - Close port COM3

[14/01/2024 12:23:47] - Open port COM3 (C:\Program Files\CYX_TftTool\LedControl.exe)

[14/01/2024 12:23:47] Written data (COM3)
fa 05 03 03 05 ú....
[14/01/2024 12:23:47] - Close port COM3

[14/01/2024 12:23:51] - Open port COM3 (C:\Program Files\CYX_TftTool\LedControl.exe)

[14/01/2024 12:23:51] Written data (COM3)
fa 01 03 03 01 ú....
[14/01/2024 12:23:51] - Close port COM3

[14/01/2024 12:23:54] - Open port COM3 (C:\Program Files\CYX_TftTool\LedControl.exe)

[14/01/2024 12:23:54] Written data (COM3)
fa 02 03 03 02 ú....
[14/01/2024 12:23:54] - Close port COM3

[14/01/2024 12:23:57] - Open port COM3 (C:\Program Files\CYX_TftTool\LedControl.exe)

[14/01/2024 12:23:57] Written data (COM3)
fa 03 03 03 03 ú....
[14/01/2024 12:23:57] - Close port COM3


TFT Controller 04d9:fd01 Holtek Semiconductor, Inc.
USB port sniffer on this

Re: Linux support

Posted: Mon Jan 15, 2024 3:23 pm
by Mordred
Hi all, as the previous message said, the LCD screen is programmed via port COM3 (using the chip CH340 to convert serial to usb and viceversa), a serial port through we send all the information to be displayed. The problem is that the software is only created for Windows. If you want to use the integrated screen and you have some skills in development, I think the best option is a little program in Go/Python (preferably the first) to read the information of the processor/disk/whatever and send to the LCD via serial communication with the proper library.

It is an interesting project, but at this moment I don't have any S1 to test.

Re: Linux support

Posted: Mon Jan 15, 2024 4:14 pm
by fuelrod
Would it be possible to just use WINE?