-
-
Notifications
You must be signed in to change notification settings - Fork 203
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
5" Support #81
Comments
Thanks for investigating! If the elements are displayed over the background video by the default software it means indeed that the 5" version supports transparency in bitmaps, so the protocol is likely to be different from the 3.5" version that does not support transparency. The next step would be to uncompile UsbMonitorL.exe but it has been deliberately obfuscated with Dotfuscator, so i'm not sure if it can be done. |
|
The original protocol for the revision A was analyzed by uncompiling UsbMonitor.exe first release (it was not obfuscated). For the revision B, @gerph did the serial link analyze so maybe he can give you more information? |
As I remember, I used https://freeserialanalyzer.com/ and a couple of others whilst the exe was running on Windows to capture the output. Then I stepped through the output looking for things that I could recognise as being patterns - the framing of using a start and stop byte that were the same makes the commands easier to see. With that in mind, and from looking at the style of the original model A code - and assuming that the later model was developed with what was learnt from the earlier one - I could spot things like the brightness and the 'place some graphic here' commands. The sequence was involved - load the serial port analyzer software and display software up on Windows, enable the display in the software so that something is shown and I've got a lot in the port analyzer. Stop the display software. Save off the output from the analyzer and step through the sequences of bytes until I can understand what's being sent. It took about an afternoon to get to understand the protocol and how things worked. Once I'd got an idea of the commands I could also try variants of them - what happens if I put some extra values in the packets tha are sent? what happens if I sent a packet that I've never seen but which could do something (that's how the orientation commands were found)? Where is the 5" version available from? It'd be interested in grabbing one and trying it out. |
Hi @gerph, You can search for it in AliExpress using something like "5.0 inch IPS AIDA64", just make sure it isn't actually for AIDA64, because despite the the listing title, most of them are not for AIDA64, as they explain in the details. Here are a few vendors I found: |
Hi,
It seems that the 5" version does not use the same protocol as the 3.5", if it set it to revision A, it will connect and send the data to the monitor (I can see it in the sniffer), but nothing will show up on the monitor.
While revision B will not connect, and the following will show up:
A couple of things I've noticed:
Which makes me wonder, if the background is uploaded at the beginning and set to play, does that mean that the transparent-background for all elements on top of it (text, bars ...) are rendered by the monitor it self? if so, could this reduce the processing/data sent by the PC?
Thanks.
The text was updated successfully, but these errors were encountered: