FastLED 3.9.15
|
UIHelp helpBasic(R"(# FastLED UIHelp Test This 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 usage UIHelp help("Your markdown content here"); // With grouping UIHelp help("Content"); help.setGroup("Documentation"); ``` ### Supported Markdown 1. Headers (H1, H2, H3) 2. Bold and italic text 3. Code blocks and inline code 4. Lists (ordered and unordered) 5. Links Visit [FastLED Documentation](https://github.com/FastLED/FastLED/wiki) for more examples.)") | ( | 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.)" | ) |
Referenced by loop().