bigtreetech / MINI-12864

BGTHREETECH MINI 12864 V1.0
54 stars 5 forks source link

V2.0 + Marlin 2.1.2.1 wrong colors Neopixel #21

Open kpleiss opened 9 months ago

kpleiss commented 9 months ago

With define NEOPIXEL_TYPE NEO_GRB as suggestet in the manual, Marlin does not compile and suggests using NEO_RGB. But now the colors are swapped and while tuning red, green or blue from the menu the color fades in and out randomly.

I use a SKR 3 EZ with EXP1+2 connection.

Any ideas?

Drzet commented 3 months ago

Open SanityCheck.h in _src/Hal/your_architecturefolder and comment out the section below. This will allow you to compile with any kind of NEOPIXEL_TYPE NEO_XXX combination. Mine is BRG for some reason.

`/**