FastLED 3.9.15
Loading...
Searching...
No Matches

◆ getBitPatternName()

const char * getBitPatternName ( int pattern_id)

Definition at line 1257 of file AutoResearchTest.cpp.

1257 {
1258 switch (pattern_id) {
1259 case 0: return "Pattern A (R=0xF0, G=0x0F, B=0xAA)";
1260 case 1: return "Pattern B (R=0x55, G=0xFF, B=0x00)";
1261 case 2: return "Pattern C (R=0x0F, G=0xAA, B=0xF0)";
1262 case 3: return "Pattern D (RGB Solid Alternating)";
1263 default: return "Unknown Pattern";
1264 }
1265}

Referenced by autoResearchChipsetTiming(), and autoResearchChipsetTimingLegacy().

+ Here is the caller graph for this function: