FastLED 3.9.15
Loading...
Searching...
No Matches
fl::Leds Class Reference

Detailed Description

Definition at line 13 of file leds.h.

#include <leds.h>

+ Inheritance diagram for fl::Leds:
+ Collaboration diagram for fl::Leds:

Public Member Functions

 Leds (const Leds &) FL_NOEXCEPT=default
 
 Leds (CRGB *leds, const XYMap &xymap)
 
 Leds (CRGB *leds, u16 width, u16 height)
 
 Leds (Leds &&) FL_NOEXCEPT=default
 
CRGBat (int x, int y)
 
const CRGBat (int x, int y) const
 
void fill (const CRGB &color)
 
fl::size height () const
 
 operator const CRGB * () const
 
 operator CRGB * ()
 
CRGBoperator() (int x, int y)
 
const CRGBoperator() (int x, int y) const
 
Ledsoperator= (const Leds &) FL_NOEXCEPT=default
 
CRGBoperator[] (int x)
 
const CRGBoperator[] (int x) const
 
fl::span< CRGBrgb ()
 
fl::span< const CRGBrgb () const
 
fl::size width () const
 
const XYMapxymap () const
 

Static Protected Member Functions

static CRGBempty ()
 

Protected Attributes

fl::span< CRGBmLeds
 
XYMap mXyMap
 

The documentation for this class was generated from the following files: