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

◆ setup()

void setup ( )

Definition at line 19 of file UITest.ino.

24 ://fastled.io)
25
26## Usage
27
28```cpp
29// Basic usage
30UIHelp help("Your markdown content here");
31
32// With grouping
33UIHelp help("Content");
34help.setGroup("Documentation");
35```
36