Skip to content

Hub75#7

Draft
netmindz wants to merge 3 commits intomainfrom
HUB75
Draft

Hub75#7
netmindz wants to merge 3 commits intomainfrom
HUB75

Conversation

@netmindz
Copy link
Collaborator

No description provided.


if(!lds->newFrame) return;

int bri = mdl->getValue("bri");
Copy link
Owner

@ewowi ewowi Jun 14, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mdl->getValue is too expensive to call in loop()

recently added variables by reference, so added bri as a referenced variable here:

Check e3b85de

so fix->bri can be used here as well

${STARMOD_USERMOD_E131.lib_deps}
; ${STARMOD_USERMOD_HA.lib_deps}
${STARMOD_USERMOD_WLEDAUDIO.lib_deps}
${usermod_hub75.lib_deps}
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

default builds disabled / commented ?

@Flavourdynamics
Copy link

Is this testable? Did not compile for me.
build fail.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants