Stream Deck Neo Infobar and touch key support#599
Open
lmiccini wants to merge 3 commits into
Open
Conversation
Author
Add full support for the Elgato Stream Deck Neo, including touch keys, LCD screen rendering, and action compatibility with the existing plugin system. Key changes: - Touch key handling with background color configuration - LCD screen rendering pipeline with configurable scale factor - Image/picture selection and clock/date overlay for the Neo screen - Screen editor UI with wallpaper, image, and clock overlay sections - Device-aware sidebar headers and input identifier extensions - Font caching for clock rendering performance Co-Authored-By: Claude Opus 4.6 <[email protected]>
Member
|
Thank you! When trying to start, I'm getting an import error in this line and I also cannot find the class anywhere |
The DeckNeo/ directory was not tracked by git, causing an ImportError at startup on line 31 of DeckConfig.py.
Author
forgot to commit it :) should be ok now. |
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.


Apologies in advance as this was mostly vibecoded for fun/ personal usage, but it seems to be working decently enough to put it out there for stream deck neo owners that want to use the infobar and the touch keys, or as a poc implementation if someone else is already working on neo support.
Hardware support
Clock & Date overlay
UI integration
Backend