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

Magic Home LED Controler Board v2.3 #512

Closed
Alveran81 opened this issue Feb 2, 2018 · 2 comments
Closed

Magic Home LED Controler Board v2.3 #512

Alveran81 opened this issue Feb 2, 2018 · 2 comments
Assignees
Milestone

Comments

@Alveran81
Copy link

I have Magic Home LED Controler Board v2.3 with RGB (without white channel)

Working configuration is:
// Light
#define LIGHT_CHANNELS 4
#define LIGHT_CH1_PIN 5 // RED
#define LIGHT_CH2_PIN 12 // GREEN
#define LIGHT_CH3_PIN 13 // BLUE
#define LIGHT_CH4_PIN 15 // WHITE

I thing this should also work
// Light
#define LIGHT_CHANNELS 3
#define LIGHT_CH1_PIN 5 // RED
#define LIGHT_CH2_PIN 12 // GREEN
#define LIGHT_CH3_PIN 13 // BLUE

@xoseperez
Copy link
Owner

Looks like its exactly the same as v2.0. You are not the only one to report this. I guess the original info I had was wrong. I'm removing the specific configuration for this board. Use 2.0 instead.

@xoseperez
Copy link
Owner

Staged for release

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

No branches or pull requests

2 participants