Skip to content
New issue

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

New Color mode for H613G #40

Open
eimirae opened this issue Jun 8, 2024 · 1 comment
Open

New Color mode for H613G #40

eimirae opened this issue Jun 8, 2024 · 1 comment

Comments

@eimirae
Copy link

eimirae commented Jun 8, 2024

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.

@gparent
Copy link

gparent commented Sep 5, 2024

This is also valid for H6006 and H6008. There are other arguments in the byte array, see #34

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

No branches or pull requests

2 participants