| 68 | *****************************************************************************/ |
| 69 | |
| 70 | Display::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 | |
| 79 | Display::~Display() |
| 80 | { |
nothing calls this directly
no outgoing calls
no test coverage detected