FastLED 3.9.15
|
UIHelp helpBasic | ( | R"(# FastLED UIHelp TestThis example demonstrates the **UIHelp** component functionality.## Features- **Markdown support** for rich text formatting- `Code blocks` for technical documentation - *Italic text* and **bold text**- Support for [links](https://fastled.io)## Usage```cpp// Basic usageUIHelp help("Your markdown content here");// With groupingUIHelp help("Content");help.setGroup("Documentation");```### Supported Markdown1. Headers (H1, H2, H3)2. Bold and italic text3. Code blocks and inline code4. Lists (ordered and unordered)5. LinksVisit [FastLED Documentation](https://github.com/FastLED/FastLED/wiki) for more examples.)" | ) |