Updated to use the latest LEDPaletteTheme APIs

Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
pull/389/head
Gergely Nagy 7 years ago
parent a7d9a49e3a
commit e6ff4ed151

@ -51,7 +51,7 @@ void ColormapEffect::update(void) {
if (!Layer.isOn(l))
continue;
::LEDPaletteTheme.update(map_base_, l);
::LEDPaletteTheme.updateHandler(map_base_, l);
}
}

Loading…
Cancel
Save