FastLED 3.9.15
Loading...
Searching...
No Matches
pixel_stream.cpp.hpp File Reference
#include "fl/video/pixel_stream.h"
#include "fl/log/log.h"
#include "fl/stl/limits.h"
#include "fl/stl/noexcept.h"
+ Include dependency graph for pixel_stream.cpp.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  fl
 Base definition for an LED controller.
 
namespace  fl::video
 
namespace  fl::video::anonymous_namespace{pixel_stream.cpp.hpp}
 

Macros

#define DBG   FL_DBG
 

Variables

constexpr fl::size_t fl::video::anonymous_namespace{pixel_stream.cpp.hpp}::kFledHeaderBytes = 12
 
constexpr fl::u8 fl::video::anonymous_namespace{pixel_stream.cpp.hpp}::kFledMagic [4] = {'F', 'L', 'E', 'D'}
 
constexpr fl::size_t fl::video::anonymous_namespace{pixel_stream.cpp.hpp}::kFledMaxJsonBytes = 1u * 1024u * 1024u
 
constexpr fl::u8 fl::video::anonymous_namespace{pixel_stream.cpp.hpp}::kFledPixelFormatRgb8 = 0x00
 
constexpr fl::u8 fl::video::anonymous_namespace{pixel_stream.cpp.hpp}::kFledVersionV1 = 1