We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To get color picking on a H613G (and presumably all other H613* strips), I had to use a new color mode 0x0d
691fe1d
- commands.append(self._prepareSinglePacketData(LedCommand.COLOR, [LedMode.MANUAL, red, green, blue])) + commands.append(self._prepareSinglePacketData(LedCommand.COLOR, [0x0d, red, green, blue]))
I would describe this color mode as "smooth change"
I thought I would share what I learned.
The text was updated successfully, but these errors were encountered:
This is also valid for H6006 and H6008. There are other arguments in the byte array, see #34
Sorry, something went wrong.
No branches or pull requests
To get color picking on a H613G (and presumably all other H613* strips), I had to use a new color mode 0x0d
691fe1d
I would describe this color mode as "smooth change"
I thought I would share what I learned.
The text was updated successfully, but these errors were encountered: