Add wake-up support for CT88INCH displays - #1054
Open
homelab-black wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Add wake-up support for Turing 8.8" displays using the initial hardware revision.
My display reports the following serial device while the screen is sleeping:
1A86CA88CT88INCHOpening this COM port wakes the display, after which the display exposes another serial device:
0525A4A7This device is then detected as the active display COM port.
Problem
auto_detect_com_port()already handlesUSB7INCHandCT21INCHserial devices, but does not handleCT88INCH.As a result, the wake-up procedure is not attempted when the 8.8" display is sleeping, and automatic COM port detection fails.
Fix
Add
CT88INCHto the serial-number based wake-up detection.Tested with hardware revision
Cand version3.10.