-
-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AX206 based display support #475
Comments
Hello, if your screen really is an AX206 then unfortunately it won't work with this project because we didn't implement the support yet. |
I did try all the 3.5" options and no dice. I suspect it is really an AX206 as selecting that in AIDA64 worked |
This kind of screen requires raw USB packets. This is harder to deal with on Windows, based off of what libusb says. It won't be as trivial as a serial based display due to the need to register stuff with the system for communication purposes. See here: |
I was thinking we could maybe add support for Linux first using the lcd4linux library, because people on Windows can at least use Aida64 which is far better than the Windows apps made for the serial smart screens |
The AX206 screen comes in various resolutions due to its origins from the |
I've recently picked up a screen which works with AIDA64 using AX206 LCD support via libusb, but it doesn't look like it's supported with this python code yet.
It's available on AliExpress https://www.aliexpress.com/item/1005005600240555.html and while it looks similar to the screen mentioned in #426 I note that one mentions it works without AIDA64 so I imagine it's different (I couldn't see a link to download the software for that one to test if it worked on my AX206 based screen)
The text was updated successfully, but these errors were encountered: