diff options
Diffstat (limited to 'vfd.h')
-rw-r--r-- | vfd.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -67,12 +67,12 @@ private: class cVFD : public cVFDQueue { - cVFDFont* pFont; /* framebuffer and backingstore for current contents */ cVFDBitmap* framebuf; cVFDBitmap* backingstore; unsigned int lastIconState; protected: + cVFDFont* pFont; bool SendCmdClock(); bool SendCmdShutdown(); @@ -90,7 +90,7 @@ public: bool flush (); void icons(unsigned int state); - virtual bool SetFont(const char *szFont, int m_bTwoLineMode); + virtual bool SetFont(const char *szFont, int bTwoLineMode, int nBigFontHeight, int nSmallFontHeight); }; |