MCPcopy Create free account
hub / github.com/Makuna/NeoPixelBus / NeoBitmapFile

Method NeoBitmapFile

src/internal/buffers/NeoBitmapFile.h:76–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74{
75public:
76 NeoBitmapFile() :
77 _fileAddressPixels(0),
78 _width(0),
79 _height(0),
80 _sizeRow(0),
81 _bytesPerPixel(0),
82 _bottomToTop(true)
83 {
84 }
85
86 ~NeoBitmapFile()
87 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected