MCPcopy Create free account
hub / github.com/0015/Arduino_DigitalRain_Matrix / init

Method init

src/DigitalRainAnimation.hpp:209–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207 DigitalRainAnimation() {}
208
209 void init(T* gfx, bool biggerText = false, bool alphabetOnly = false) {
210 _gfx = gfx;
211 isAlphabetOnly = alphabetOnly;
212 setBigText(biggerText);
213 prepareAnim();
214 }
215
216 void setup(int len_min, int len_max, int spd_min, int spd_max, int frame) {
217 line_len_min = len_min;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected