CamelCaseifcation of LED related functions

s/led_set_crgb_at/setCrgbAt/
s/hsv_to_rgb/hsvToRgb/
s/led_get_crgb_at/getCrgbAt/
s/led_sync/syncLeds/
s/get_led_index/getLedIndex/
s/send_led_data/sendLedData/
s/led_power_fault/ledPowerFault/
pull/389/head
Jesse Vincent 7 years ago
parent 8ce36a4a3d
commit 9ae181f65c
No known key found for this signature in database
GPG Key ID: 122F5DF7108E4046

@ -49,7 +49,7 @@ void LEDPaletteTheme::updateHandler(uint16_t theme_base, uint8_t theme) {
if (!lookupColorAtPosition(map_base, pos, &color))
continue;
LEDControl.led_set_crgb_at(pos, color);
LEDControl.setCrgbAt(pos, color);
}
}

Loading…
Cancel
Save