| 25 | |
| 26 | bool checkTheme() { return hasTheme() && themePath() != ""; } |
| 27 | String getName() const { return _name; } |
| 28 | |
| 29 | void draw(float scale = 1) { |
| 30 | if (rotation != bruceConfigPins.rotation) resetCoordinates(); |
no outgoing calls
no test coverage detected