| 28 | JUtility::TColor getCharColor() const { return mCharColor; } |
| 29 | |
| 30 | void changeFrameBuffer(void *fb) { changeFrameBuffer(fb, mFbWidth, mFbHeight); } |
| 31 | |
| 32 | static JUTDirectPrint *getManager() { return sDirectPrint; } |
| 33 |
no outgoing calls
no test coverage detected