feat(lcd): Add support for Solarmax / HL-VMAX (Artinchip VID 0x33C3 PID 0xF101) displays - #1071
Open
Le-Maxime wants to merge 1 commit into
Open
feat(lcd): Add support for Solarmax / HL-VMAX (Artinchip VID 0x33C3 PID 0xF101) displays#1071Le-Maxime wants to merge 1 commit into
Le-Maxime wants to merge 1 commit into
Conversation
Le-Maxime
force-pushed
the
HL-VMAX-Screen
branch
2 times, most recently
from
August 27, 2026 17:34
07e6156 to
32d4a9e
Compare
…ID 0xF101) displays - Added LcdCommVmax driver supporting USB CDC serial protocol - Added automatic geometry descriptor parsing (462x1920, 320x1480, 480x1920) - Implemented thread-safe in-memory canvas buffering and frame queue rate-limiting - Configured CDC serial parameters (rtscts=False, dtr=True, rts=True) for reliable handshake - Patched GPUtil and Windows process execution with CREATE_NO_WINDOW - Added unit tests, test script, configure.py model support, and documentation
Le-Maxime
force-pushed
the
HL-VMAX-Screen
branch
from
August 27, 2026 17:34
32d4a9e to
218a545
Compare
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.
Summary
Add support for Solarmax / HL-VMAX (Artinchip USB VID
0x33C3, PID0xF101) ultra-wide LCD displays.These displays are featured in cases like the Solarmax CM-B600L and sold as standalone secondary ultrawide monitor bars (e.g.
462x192016.0"/9.2",320x148011.3", and480x19208.8").Protocol & Implementation Details
pyserial).rtscts=False, dsrdtr=False, dtr=True, rts=True).F0 A5 5A 0F, panel responds with 26-byte ASCII descriptor containing serial and geometry (e.g.VMAXD160462*1920...), dynamically setting display dimensions.AA BB <level 0..100> CC DD._frame_pendingqueue debounce.Changes Included
library/lcd/lcd_comm_vmax.pyimplementingLcdCommVmax.VMAXrevision routing inlibrary/display.py.configure.pywith Solarmax / HL-VMAX model options and ultrawide dimensions.GPUtil.getGPUs()and child process spawns withCREATE_NO_WINDOWon Windows to prevent flashing console windows.tests/library/lcd/test_lcd_comm_vmax.pyand test helper intools/test-vmax-screen.py.README.md,config.yaml, andsimple-program.py.Hardware Validation
VMAXD160462*1920S262001750on Windows.Cyberpunk 2077 Vertical), sensor streaming, and orientation switching.tests/library/lcd/test_lcd_comm_vmax.py) pass.