HomeKidd / Homekit-WS2812B-controller

ESP8266 based  Homekit controller for WS2812B lightstrips with WS2812FX support🌈
237 stars 35 forks source link

Support for GRB strips #41

Open pnuding opened 3 years ago

pnuding commented 3 years ago

There's a few WS2812b strips and strings out there (and on my balcony) that have their LEDs wired up in GRB order rather than RGB. Without tweaks that means Red is green and vice versa, screwing up color mixing in a number of ways. Any chance to get a GRB version (nevermind a configurable characteristic) or the sources to compile one?

HomeKidd commented 3 years ago

Hi!

Take a look at issue #29 . This happens with cheaper LEDs, because cheaper ones are just normal RGB LEDs with WS28xx driver IC and its up to the manufacturer which connections they use for RGB channels. This is why i've highly recommended using well known seller like BTF Lighting, all of my LEDs ordered from them has the correct RGB order 😄

BTW i'm working on a solution for changing the RGB on first setup 🤓

This project uses the Apple HomeKit accessory server library ESP-HomeKit from @MaximKulkin for ESP-OPEN-RTOS.

lukaszwitkowski commented 3 years ago

Im need that too:)

lukaszwitkowski commented 3 years ago

Do you add GRB yet?

Inspiro83 commented 2 years ago

+1 . Another .bin file for GRB would help already.

DigitalElise commented 2 years ago

+1 for this

htx996 commented 1 year ago

@HomeKidd 8266发射出的wifi信号,密码能否清除掉,改为开放式无密码wifi

rexy666 commented 8 months ago

Hello, could you please add support for GRB? Or allow us to work in your code to add it? Thank you