FastLED 3.9.15
Loading...
Searching...
No Matches
fl::wled Namespace Reference

Functions

bool parseHexColor (const fl::string &hexStr, u8 &r, u8 &g, u8 &b)
 Parse hex color string to RGB components.
 
void parseSegmentFields (const fl::json &segJson, WLEDSegment &seg)
 Parse all fields from a segment JSON object into a WLEDSegment.
 
fl::string rgbToHex (u8 r, u8 g, u8 b)
 Convert RGB components to hex string.