MCPcopy Create free account
hub / github.com/Blueforcer/awtrix3 / init

Method init

src/MatrixDisplayUi.cpp:42–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42void MatrixDisplayUi::init()
43{
44 this->matrix->begin();
45 this->matrix->setTextWrap(false);
46 this->matrix->setBrightness(70);
47 gif1.setMatrix(this->matrix);
48 gif2.setMatrix(this->matrix);
49}
50
51void MatrixDisplayUi::setTargetFPS(uint8_t fps)
52{

Callers 1

setupMethod · 0.80

Calls 3

setMatrixMethod · 0.80
beginMethod · 0.45
setBrightnessMethod · 0.45

Tested by

no test coverage detected