7#ifndef FASTLED_STRSTREAM_USES_SIZE_T
8#if defined(__AVR__) || defined(ESP8266) || defined(ESP32)
9#define FASTLED_STRSTREAM_USES_SIZE_T 0
11#define FASTLED_STRSTREAM_USES_SIZE_T 1
110 #if FASTLED_STRSTREAM_USES_SIZE_T
125 mStr.append(uint16_t(n));
143 mStr.append(uint32_t(n));
190 #if FASTLED_STRSTREAM_USES_SIZE_T
FakeStrStream & operator=(char)
FakeStrStream & operator<<(const T &)
FakeStrStream & operator<<(uint16_t)
FakeStrStream & operator=(uint16_t)
FakeStrStream & operator<<(const Str &)
FakeStrStream & operator=(uint8_t)
FakeStrStream & operator<<(char)
FakeStrStream & operator<<(uint8_t)
FakeStrStream & operator<<(const char *)
FakeStrStream & operator<<(int32_t)
FakeStrStream & operator=(const CRGB &)
FakeStrStream & operator<<(int16_t)
FakeStrStream & operator=(const T &)
FakeStrStream & operator<<(const CRGB &)
FakeStrStream & operator=(const Str &)
FakeStrStream & operator<<(uint32_t)
Str & append(const char *str)
StrStream & operator<<(char c)
StrStream & operator<<(uint32_t n)
StrStream & operator=(const CRGB &rgb)
StrStream & operator<<(int32_t n)
const char * c_str() const
StrStream & operator<<(T n)
StrStream & operator<<(const CRGB &rgb)
StrStream(const Str &str)
StrStream & operator<<(const Str &str)
StrStream & operator<<(const double &f)
StrStream & operator<<(const char *str)
StrStream & operator=(const Str &str)
StrStream & operator=(char c)
StrStream & operator<<(uint8_t n)
void setTreatCharAsInt(bool treatCharAsInt)
StrStream & operator<<(int16_t n)
StrStream & operator=(const char *str)
StrStream & operator=(uint8_t n)
StrStream & operator<<(const float &f)
StrStream & operator<<(uint16_t n)
StrStream & operator=(uint16_t n)
Defines the red, green, and blue (RGB) pixel struct.
Implements a simple red square effect for 2D LED grids.
Representation of an RGB pixel (Red, Green, Blue)
static void append(Str &str, const char &n)
static void append(Str &str, const int &n)
static void append(Str &str, const uint8_t &n)
static void append(Str &str, const unsigned int &n)
static void append(Str &str, const T &n)