stub
| 750 | |
| 751 | bool getSwapBytes(void) { return false; } // stub |
| 752 | void setSwapBytes(bool swap) { return; } // stub |
| 753 | |
| 754 | virtual void begin(int width=VECTOR_DISPLAY_DEFAULT_WIDTH, int height=VECTOR_DISPLAY_DEFAULT_HEIGHT) override { |
| 755 | begin(115200, width, height); |
nothing calls this directly
no outgoing calls
no test coverage detected