| 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; |
nothing calls this directly
no outgoing calls
no test coverage detected