{{ message }}
Follow-up changes based on PR #892#950
Merged
mathoudebine merged 4 commits intoApr 10, 2026
Merged
Conversation
…automatic JPEG transcoding for oversized images. Implemented H.264 video streaming including MP4 parsing, Annex-B extraction, chunk size negotiation, stream status polling, and automatic transcoding (ffmpeg fallback) when required. Extended file upload handling with large-file chunking and improved device-side compatibility handling.
Owner
Contributor
|
I'm not 100% certain about this, but I think the 8.8" is 480x1920, and the 9.2 is 462x1920, so I had tried separating them all out - but didn't get too far. I don't own an 8 or 5.2" so certainly not confident about the ProductID's there. This is very WIP; |
Owner
|
@drivin thank you, I have tested it on my 8.8 and 9.2 Turing screens, I see the artifacts you mentioned. I'm still merging it because JPEG support is a must-have and I hope we'll be able to solve this issue later |
Owner
b9332c5
into
mathoudebine:dev/add-turing-8.8-v1.x-usb-protocol
33 checks passed
JacquesBronk
pushed a commit
to JacquesBronk/turing-smart-screen-python
that referenced
this pull request
Jun 4, 2026
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.

This PR builds on PR #892 with a small set of targeted follow-up changes.
- Included a matching, size-reduced background image in the appropriate resolution for these displaysI was not able to bypass the 1 MB limit, as this restriction also exists in the original program. Instead, the image is compressed before processing, which I have implemented accordingly.
Video files are now supported as well.
However, there is still an issue: JPEG-encoded images produce a visible bar with artifacts on the screen.
The changes are incremental and intended to be reviewed together with PR #892.