Closed curla92 closed 5 years ago
Colors might be wrong because different RGB LEDs have different color orders (e.g. RGB, GRB, GBR).. You just need to figure which one is yours and adjust. You can create a simple firmware that first sets all RED, then GREEN, then BLUE and notice the actual colors.
What's the GPIO scheme?
i meant gpio scheme of magic home thank y
What do you call gpio scheme?!
with espurna firmware my led strip works with this configuration.
#define LIGHT_CH2_PIN 5 // GREEN
#define LIGHT_CH3_PIN 13 // BLUE
#define LIGHT_CH4_PIN 14 // WHITE
Hi maxim. I would to know which led strip you used to test your magichome firmware. I tried with a simple rgb led strip but it doesn't work well. Colors are wrong and i was not able to resolve the problem. Thanks and i really appreciate your work.