Add API to set or retrieve values from user sprite expression variables - #1003
Merged
kblaschke merged 4 commits intoAug 28, 2026
Conversation
kblaschke
requested review from
blaquewithaq,
dpw13,
mbaetgen-wup,
revmischa and
struktured
May 22, 2026 11:08
2 tasks
mbaetgen-wup
approved these changes
May 23, 2026
This was referenced Jul 6, 2026
kblaschke
force-pushed
the
feature/add-expr-var-control-api-for-sprites
branch
from
August 28, 2026 08:48
b6277e8 to
a30195c
Compare
Was using the wrong include path, based on the project dir instead of the current source dir.
kblaschke
force-pushed
the
feature/add-expr-var-control-api-for-sprites
branch
from
August 28, 2026 09:01
a30195c to
bab5411
Compare
An issue with libsystemd may otherwise cause build failures on Linux.
This enables developers to externally control user sprites from the application code, e.g. allowing for interactive effects like rotation or movement to display logos, watermarks and other stuff.
kblaschke
force-pushed
the
feature/add-expr-var-control-api-for-sprites
branch
from
August 28, 2026 09:10
bab5411 to
88f23c7
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.
This enables developers to externally control user sprites from the application code, e.g. allowing for interactive effects like rotation or movement to display logos, watermarks and other stuff.
Fixes issue #997