MCPcopy Create free account
hub / github.com/BlueAndi/Pixelix / Display

Method Display

lib/HalLedMatrix/src/Display.cpp:70–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 *****************************************************************************/
69
70Display::Display() :
71 IDisplay(),
72 m_strip(Board::LedMatrix::width * Board::LedMatrix::height, Board::Pin::ledMatrixDataOutPinNo),
73 m_topo(Board::LedMatrix::width, Board::LedMatrix::height),
74 m_ledMatrix(),
75 m_isOn(true)
76{
77}
78
79Display::~Display()
80{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected