Update to use new Focus.printColor API

pull/389/head
Jesse Vincent 8 years ago
parent 84b5e94440
commit 12a1b09a4f
No known key found for this signature in database
GPG Key ID: 122F5DF7108E4046

@ -101,7 +101,7 @@ namespace KaleidoscopePlugins {
cRGB color; cRGB color;
EEPROM.get (paletteBase + i * sizeof (color), color); EEPROM.get (paletteBase + i * sizeof (color), color);
::Focus.printColor (color); ::Focus.printColor (color.r, color.g, color.b);
::Focus.printSpace (); ::Focus.printSpace ();
} }
Serial.println (); Serial.println ();

Loading…
Cancel
Save