13 mStr.append(
"Tile2x2_u8(");
16 mStr.append(subpixel.
at(0, 0));
18 mStr.append(subpixel.
at(0, 1));
20 mStr.append(subpixel.
at(1, 0));
22 mStr.append(subpixel.
at(1, 1));
29 mStr.append(
"Bins(bands=");
31 mStr.append(
", raw=");
32 (*this) << bins.
raw();
73 mStr.append(buf, len);
91 mStr.append(buf, len);
101 mStr.append(buf, len);
107 mStr.append(buf, len);
rect< u16 > bounds() const
bounds => [begin_x, end_x) (where end_x is exclusive)
fl::span< const float > db() const FL_NOEXCEPT
fl::span< const float > raw() const FL_NOEXCEPT
fl::size bands() const FL_NOEXCEPT
void appendFormatted(fl::i8 val) FL_NOEXCEPT
sstream & operator<<(const CRGB &rgb) FL_NOEXCEPT
sstream() FL_NOEXCEPT=default
int itoa(i32 value, char *sp, int radix)
Convert signed 32-bit integer to string buffer in given radix.
int utoa64(u64 value, char *sp, int radix)
Convert unsigned 64-bit integer to string buffer in given radix.
ostream & operator<<(ostream &os, const hex_t &) FL_NOEXCEPT
int utoa32(u32 value, char *sp, int radix)
Convert unsigned 32-bit integer to string buffer in given radix.
Base definition for an LED controller.