-
Notifications
You must be signed in to change notification settings - Fork 25
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
Issue with I²C Access Sample Code on External Monitor via Type-C Connection (0x6E 0x80 0xBE Response) #99
Comments
Hi @Nikilee1228 , this app is used for demo purpose, what is the value you are expecting the panel to actually return? |
as the note in the sample code(I2C_AUX_Sample_App.cpp). // I2C WRITE : 82 01 10 AC at adddress 6E and subaddress 51 |
I think you are mis-reading the example. 6E Destination address This will simply read the current brightness from the panel. Thats how we should interpret the return values. return values should be interpreted differently 6E Destination address etc... Please go through MCCS spec from VESA for further details. |
@Nikilee1228 , is this resolved for you now? |
Thank you for your response. However, I’m sorry to say that it didn’t solve my issue. I understand the content transmitted via MCCS, but my question is regarding the use of your demo code (I2C_AUX_Sample_App.exe). After running it, I only receive 6E 80 BE, just like the screenshot I provided. No matter how I adjust the brightness of the external monitor, even if I set it to 25% as you suggested, the result remains the same. I have analyzed the situation: If it were a laptop issue, such as an incompatible Intel driver version, the initial function should have failed, but as shown in the screenshot, it did not. |
It seems to be like a monitor problem rather than cable issue. RC - result code should come as 00 We had used some older DP monitors when we developed this code. |
Running the I2C_AUX_Samples.exe , Got 0x6E 0x80 0xBE Response.
My Laptop: ThinkBook 16p Gen4
CPU: 13th Gen Intel Core i9-13900
OS: Windows 11
Connection: Type-C cable to an external monitor (Type-C Alt Mode)
Attached the result pic.
The text was updated successfully, but these errors were encountered: