Santira243 / PixelLED_TPM2NET

7 stars 2 forks source link

Nice Job! Have one question. #2

Open ACKET2009 opened 4 years ago

ACKET2009 commented 4 years ago

Hello! I do not understand, how to change a color model RGB-GRB etc.. in a sketch. Can You say me?

Santira243 commented 4 years ago

Hi! Try altering line 122 pixels.setPixelColor(led_index, led.r, led.g, led.b);

for... pixels.setPixelColor(led_index, led.g, led.r, led.b);